diff options
Diffstat (limited to 'scripts/test/shared.py')
-rw-r--r-- | scripts/test/shared.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/test/shared.py b/scripts/test/shared.py index 28c85e792..441545db3 100644 --- a/scripts/test/shared.py +++ b/scripts/test/shared.py @@ -481,7 +481,7 @@ def binary_format_check(wast, verify_final_result=True, wasm_as_args=['-g'], assert os.path.exists('ab.wast') # make sure it is a valid wast - cmd = WASM_OPT + ['ab.wast', '-all'] + cmd = WASM_OPT + ['ab.wast', '-all', '-q'] print(' ', ' '.join(cmd)) subprocess.check_call(cmd, stdout=subprocess.PIPE) |