diff options
author | Alon Zakai <alonzakai@gmail.com> | 2016-01-12 13:23:04 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2016-01-12 13:23:04 -0800 |
commit | 7daceb70fd2b97751d47fa9b792a0ba7bb846284 (patch) | |
tree | 44956259a59167c3c94d1c99cf16a8b4bce373d3 /check.py | |
parent | c7c035b043902f3b4847b1f6ee390f0fa8d70b38 (diff) | |
download | binaryen-7daceb70fd2b97751d47fa9b792a0ba7bb846284.tar.gz binaryen-7daceb70fd2b97751d47fa9b792a0ba7bb846284.tar.bz2 binaryen-7daceb70fd2b97751d47fa9b792a0ba7bb846284.zip |
default torture tests to on
Diffstat (limited to 'check.py')
-rwxr-xr-x | check.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,7 +18,7 @@ import os, shutil, sys, subprocess, difflib, json, time interpreter = None requested = [] -torture = False # XXX fix this when they pass again +torture = True for arg in sys.argv[1:]: if arg.startswith('--interpreter='): |