Skip to content

Commit 8dd1545

Browse files
committed
fixup! Add custom action and unified Linux build
1 parent 25cb173 commit 8dd1545

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/runner.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ def run_one(name, cmd, logname, env, args):
8585
status = proc.returncode
8686
print("Return code: {}".format(status), flush=True)
8787
except Exception as err:
88-
print("Exception", flush=True)
89-
traceback.print_exc()
88+
print("Exception {}".format(err), flush=True)
89+
traceback.print_exc(file=sys.stdout)
9090
status = -1
9191
finally:
9292
if logfd:

0 commit comments

Comments
 (0)