summaryrefslogtreecommitdiff
path: root/auto_update_tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'auto_update_tests.py')
-rwxr-xr-xauto_update_tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/auto_update_tests.py b/auto_update_tests.py
index 937765fdd..cbb1246a5 100755
--- a/auto_update_tests.py
+++ b/auto_update_tests.py
@@ -155,7 +155,7 @@ def update_bin_fmt_tests():
for wast in sorted(os.listdir('test')):
if wast.endswith('.wast') and wast not in []: # blacklist some known failures
for debug_info in [0, 1]:
- cmd = WASM_AS + [os.path.join('test', wast), '-o', 'a.wasm']
+ cmd = WASM_AS + [os.path.join('test', wast), '-o', 'a.wasm', '-all']
if debug_info:
cmd += ['-g']
print ' '.join(cmd)