aboutsummaryrefslogtreecommitdiff
path: root/tests/settings.py
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2011-03-16 15:31:12 -0700
committerAlon Zakai <alonzakai@gmail.com>2011-03-16 15:31:12 -0700
commitae5aa844848c071d3ee98130b7f658b423db054c (patch)
tree1a32e85aa999d1b49a856f71111dbedf9e2648f7 /tests/settings.py
parent5524f8bf30941862789eadef176b254fe3186cdf (diff)
write to file directly in emscripten.py
Diffstat (limited to 'tests/settings.py')
-rw-r--r--tests/settings.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/settings.py b/tests/settings.py
index 7308a89f..8c987e94 100644
--- a/tests/settings.py
+++ b/tests/settings.py
@@ -39,8 +39,6 @@ JS_ENGINE=V8_ENGINE
JS_ENGINE_PARAMS = ['--'] # For V8
JS_ENGINE_PARAMS = [] # For SpiderMonkey
-OUTPUT_TO_SCREEN = 0 # useful for debugging specific tests, or for subjectively seeing what parts are slow
-
TIMEOUT = None
# Tools