Commit 9494ec3b authored by Stefan Behnel's avatar Stefan Behnel

runtests: Keep failing on test runner exceptions, because we can't continue without a test result.

parent 2cf17f19
......@@ -2522,6 +2522,7 @@ def runtests(options, cmd_args, coverage=None):
sys.stderr.write("Tests in shard %d crashed: %s" % (options.shard_num, exc))
import traceback
traceback.print_exc()
raise
finally:
if enable_faulthandler:
faulthandler.disable()
......
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