diff options
Diffstat (limited to 'lang/python')
| -rw-r--r-- | lang/python/tests/run-tests.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/lang/python/tests/run-tests.py b/lang/python/tests/run-tests.py index c4af5266..9e061d83 100644 --- a/lang/python/tests/run-tests.py +++ b/lang/python/tests/run-tests.py @@ -102,5 +102,5 @@ def failed():  if not args.quiet:      print("{0} tests run, {1} succeeded, {2} failed, {3} skipped.".format(          len(results), count(0), failed(), count(77))) -    sys.exit(len(results) - count(0)) +    sys.exit(len(results) - count(0) - count(77))  sys.exit(results[0]) | 
