summaryrefslogtreecommitdiff
path: root/check.py
diff options
context:
space:
mode:
authorJF Bastien <jfb@chromium.org>2016-01-26 13:16:46 -0800
committerJF Bastien <jfb@chromium.org>2016-01-26 13:16:46 -0800
commitb886afc6f023c9aa4fe1dd84e1d2f8ec2a233a99 (patch)
treebba0279eb06b5fb9ad3f1e6881a4e8918607d095 /check.py
parentc2f0a42a36ea4a6047c483aa51d9fced98b96ada (diff)
downloadbinaryen-b886afc6f023c9aa4fe1dd84e1d2f8ec2a233a99.tar.gz
binaryen-b886afc6f023c9aa4fe1dd84e1d2f8ec2a233a99.tar.bz2
binaryen-b886afc6f023c9aa4fe1dd84e1d2f8ec2a233a99.zip
Update waterfall repo
Need to update arguments.
Diffstat (limited to 'check.py')
-rwxr-xr-xcheck.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/check.py b/check.py
index b36f66de6..50f0e3e24 100755
--- a/check.py
+++ b/check.py
@@ -361,7 +361,8 @@ if torture:
runner=os.path.abspath(os.path.join('bin', 'binaryen-shell')),
files=os.path.abspath(os.path.join(s2wasm_torture_out, '*.wast')),
fails=os.path.abspath(os.path.join('test', 's2wasm_known_binaryen_shell_test_failures.txt')),
- out='')
+ out='',
+ wasmjs='')
shutil.rmtree(s2wasm_torture_out)
if unexpected_result_count: