aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2012-11-04 10:31:25 -0800
committerAlon Zakai <alonzakai@gmail.com>2012-11-04 10:31:25 -0800
commit3af6cf79808224cdecf93336874a47844d03dc40 (patch)
tree9dc736b3b5707c27f8d606479d871248c07ae974 /tools
parent5a8181a0adba87535ae01b2044d0dbf90e7586c9 (diff)
simplify default settings
Diffstat (limited to 'tools')
-rw-r--r--tools/settings_template_readonly.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/settings_template_readonly.py b/tools/settings_template_readonly.py
index 9102fe40..70eed93a 100644
--- a/tools/settings_template_readonly.py
+++ b/tools/settings_template_readonly.py
@@ -43,5 +43,5 @@ COMPILER_ENGINE = NODE_JS
# run all the tests due to node issue 1669). v8 is currently not recommended
# here because of v8 issue 1822.
-JS_ENGINES = [NODE_JS, SPIDERMONKEY_ENGINE]
+JS_ENGINES = [NODE_JS] # add this if you have spidermonkey installed too, SPIDERMONKEY_ENGINE]