mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-07-15 08:48:33 +00:00
spec-test-script/runtest.py: traceback to stdout
all.py does never read stderr.
This commit is contained in:
parent
bd0c5725dc
commit
a45e0049e4
|
@ -1274,7 +1274,7 @@ if __name__ == "__main__":
|
|||
else:
|
||||
raise Exception("unrecognized form '%s...'" % form[0:40])
|
||||
except Exception as e:
|
||||
traceback.print_exc()
|
||||
traceback.print_exc(file=sys.stdout)
|
||||
print("THE FINAL EXCEPTION IS {}".format(e))
|
||||
ret_code = 101
|
||||
else:
|
||||
|
|
Loading…
Reference in New Issue
Block a user