From b886afc6f023c9aa4fe1dd84e1d2f8ec2a233a99 Mon Sep 17 00:00:00 2001 From: JF Bastien Date: Tue, 26 Jan 2016 13:16:46 -0800 Subject: Update waterfall repo Need to update arguments. --- check.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'check.py') 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: -- cgit v1.2.3