Commit 0c03ca0d authored by Stefan Behnel's avatar Stefan Behnel

make test runner exit with non-0 return status on exceptions (this shadowed an...

make test runner exit with non-0 return status on exceptions (this shadowed an actual bug in this branch)
parent a3e49764
......@@ -2100,3 +2100,4 @@ if __name__ == '__main__':
except PendingThreadsError:
# normal program exit won't kill the threads, do it the hard way here
flush_and_terminate(1)
sys.exit(1)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment