Skip to content

Commit

Permalink
Fix bad exclusion introduced during rushed change. (#6034)
Browse files Browse the repository at this point in the history
In a hurry while landing #6032, I introduced a bug in the exclusions list for testprojects. I waited until Travis completed, but assumed that the failure I saw was spurious. Narrator: "The error was NOT spurious."
  • Loading branch information
Stu Hood authored Jun 27, 2018
1 parent 8fdee38 commit ab3bb0d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def targets(self):
'testprojects/tests/java/org/pantsbuild/testproject/depman:old-tests',
'testprojects/tests/java/org/pantsbuild/testproject/htmlreport:htmlreport',
'testprojects/tests/java/org/pantsbuild/testproject/parallel.*',
'testprojects/src/python/python_distribution/fasthello_with_install_requires.*u',
'testprojects/src/python/python_distribution/fasthello_with_install_requires.*',
'testprojects/src/python/unicode/compilation_failure',
]

Expand Down

0 comments on commit ab3bb0d

Please sign in to comment.