From fadd5b5a00bf0c5b1a75af921753c8c3f07b6664 Mon Sep 17 00:00:00 2001 From: Volodymyr Shymanskyy Date: Tue, 31 Dec 2019 02:26:14 +0200 Subject: [PATCH] Instrument test sctipt --- test/run-spec-test.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/test/run-spec-test.py b/test/run-spec-test.py index 74a5686..d7b3e8d 100755 --- a/test/run-spec-test.py +++ b/test/run-spec-test.py @@ -480,8 +480,10 @@ for fn in jsonFiles: try: wasm_fn = os.path.join(pathname(fn), wasm_module) - wasm3.load(wasm_fn) + res = wasm3.load(wasm_fn) + print(res) except Exception as e: + print(e) pass #fatal(str(e)) elif ( test.type == "action" or