Submitter | Anurag Goel |
---|---|
Date | June 13, 2014, 9:24 a.m. |
Message ID | <ef9bd057d520d30d993c.1402651461@ubuntu.ubuntu-domain> |
Download | mbox | patch |
Permalink | /patch/4985/ |
State | Accepted |
Commit | b7baef94a3331b02db194ed8b64ae699dd9108c8 |
Headers | show |
Comments
Patch
diff -r e167dbc563e3 -r ef9bd057d520 tests/run-tests.py --- a/tests/run-tests.py Fri Jun 13 13:25:28 2014 +0530 +++ b/tests/run-tests.py Fri Jun 13 14:33:02 2014 +0530 @@ -466,7 +466,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: