Skip to content

Commit

Permalink
Use junit-runner-1.0.10
Browse files Browse the repository at this point in the history
Bumps our junit-runner dep to 1.0.10.
Incorporates changes for recognizing failed assumptions a skipped tests from  https://rbcommons.com/s/twitter/r/4010/

Testing Done:
CI green at https://travis-ci.org/pantsbuild/pants/builds/139777775

Bugs closed: 3596

Reviewed at https://rbcommons.com/s/twitter/r/4020/
  • Loading branch information
ericzundel committed Jun 23, 2016
1 parent 25f5b99 commit e8c1b79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python/pants/backend/jvm/tasks/junit_run.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ def register_options(cls, register):
cls.register_jvm_tool(register,
'junit',
classpath=[
JarDependency(org='org.pantsbuild', name='junit-runner', rev='1.0.9'),
JarDependency(org='org.pantsbuild', name='junit-runner', rev='1.0.10'),
],
main=JUnitRun._MAIN,
# TODO(John Sirois): Investigate how much less we can get away with.
Expand Down

0 comments on commit e8c1b79

Please sign in to comment.