diff -r 2be7d5ebd4d0 -r 9a20f53e436f tests/run-tests.py --- a/tests/run-tests.py Mon Oct 06 16:35:02 2014 -0400 +++ b/tests/run-tests.py Thu Oct 09 15:10:40 2014 -0400 @@ -1189,6 +1189,11 @@ def addOutputMismatch(self, test, ret, got, expected): """Record a mismatch in test output for a particular test.""" + if self.shouldStop: + # don't print, some other test case already failed and + # printed, we're just stale and probably failed due to our + # temp dir getting cleaned up. + return accepted = False failed = False