diff --git a/tests/run_tests.py b/tests/run_tests.py index 88c5890..54b3e0e 100755 --- a/tests/run_tests.py +++ b/tests/run_tests.py @@ -136,5 +136,7 @@ if errors: print(""" You're running tests in fast mode; before taking any action on the errors above, please confirm that the slow mode ('make test-old') also fails.""") + sys.exit(1) else: print("All successfull!") + sys.exit(0)