Issue #25220, libregrtest: Cleanup

No need to support.verbose in Regrtest.run_tests(), it's always set in
runtest().
This commit is contained in:
Victor Stinner 2015-09-30 02:39:22 +02:00
parent 6f20a2e01f
commit b40843546b
2 changed files with 9 additions and 9 deletions

View file

@ -68,6 +68,7 @@ def run_tests_slave(slaveargs):
except BaseException as e:
traceback.print_exc()
result = CHILD_ERROR, str(e)
print() # Force a newline (just in case)
print(json.dumps(result), flush=True)
sys.exit(0)