summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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='):