summaryrefslogtreecommitdiff
path: root/check.py
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2016-01-12 13:23:04 -0800
committerAlon Zakai <alonzakai@gmail.com>2016-01-12 13:23:04 -0800
commit7daceb70fd2b97751d47fa9b792a0ba7bb846284 (patch)
tree44956259a59167c3c94d1c99cf16a8b4bce373d3 /check.py
parentc7c035b043902f3b4847b1f6ee390f0fa8d70b38 (diff)
downloadbinaryen-7daceb70fd2b97751d47fa9b792a0ba7bb846284.tar.gz
binaryen-7daceb70fd2b97751d47fa9b792a0ba7bb846284.tar.bz2
binaryen-7daceb70fd2b97751d47fa9b792a0ba7bb846284.zip
default torture tests to on
Diffstat (limited to 'check.py')
-rwxr-xr-xcheck.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/check.py b/check.py
index 40a047bb5..b11445bf4 100755
--- a/check.py
+++ b/check.py
@@ -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='):