diff --git a/test.py b/test.py index f478747..40dbc57 100755 --- a/test.py +++ b/test.py @@ -174,6 +174,7 @@ if args.mode[0] == "run": sys.stdout.write(FAIL) sys.stdout.write("%d tests failed, %d errors in total.\n" % (total_failed, total_errors)) sys.stderr.write(ENDC) + exit(1) elif args.mode[0] == "update":