|
Ran
|
Jobs
7
|
Files
0
|
Run time
–
|
Badge
README BADGES
|
push
travis-ci
Fixup for running the invalidation report when clean-all is on the command line While trying to debug a problem with invalidation, I found that if you include clean-all along with other goals you get an exception at the end of the run trying to write out the invalidation report. ``` File "/Users/zundel/.pex/install/pantsbuild.pants-0.0.73_square_20160221_01-py2-none-any.whl.5aaec2796/pantsbuild.pants-0.0.73_square_20160221_01-py2-none-any.whl/pants/reporting/invalidation_report.py", line 105, in report with open(filename, 'w') as writer: Exception message: [Errno 2] No such file or directory: u'/Users/pantsuser/Development/java/.pants.d/reports/pants_run_2016_02_25_21_43_41_465_ef4f437422af4281ae0a5388d0558afc/invalidation-report.csv' ``` Testing Done: Updated integration tests CI in progress at https://travis-ci.org/pantsbuild/pants/builds/112078098 Bugs closed: 2972 Reviewed at https://rbcommons.com/s/twitter/r/3503/