changeset 21753 | b7baef94a333 |
parent 21740 | 2b3b60031b6f |
child 21754 | 7e14d026c4c4 |
--- a/tests/run-tests.py Fri Jun 13 17:42:04 2014 -0500 +++ b/tests/run-tests.py Fri Jun 13 14:33:02 2014 +0530 @@ -469,7 +469,8 @@ # the stack trace. This is for historical reasons and # this decision could be revisted in the future, # especially for PythonTest instances. - result.addFailure(self, str(e)) + if result.addFailure(self, str(e)): + success = True except Exception: result.addError(self, sys.exc_info()) else: