summaryrefslogtreecommitdiff
path: root/check.py
diff options
context:
space:
mode:
Diffstat (limited to 'check.py')
-rwxr-xr-xcheck.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/check.py b/check.py
index 46af188bf..07ff9b072 100755
--- a/check.py
+++ b/check.py
@@ -273,7 +273,7 @@ if has_emcc:
command += ['-s', 'BINARYEN_METHOD="' + method + '"']
else:
method = 'wasm-s-parser' # this is the default
- print method, ' : ', command, ' => ', success
+ print method, ' : ', ' '.join(command), ' => ', success
subprocess.check_call(command, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
def break_cashew():
asm = open('a.wasm.asm.js').read()