diff options
-rwxr-xr-x | test/py/test.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/py/test.py b/test/py/test.py index 95671d4..74e560a 100755 --- a/test/py/test.py +++ b/test/py/test.py @@ -30,3 +30,4 @@ except: print >>sys.stderr, ''' exec(py.test) failed; perhaps you are missing some dependencies? See test/py/README.md for the list.''' + sys.exit(1) |