diff options
author | Alon Zakai <alonzakai@gmail.com> | 2012-11-04 10:31:25 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2012-11-04 10:31:25 -0800 |
commit | 3af6cf79808224cdecf93336874a47844d03dc40 (patch) | |
tree | 9dc736b3b5707c27f8d606479d871248c07ae974 /tools | |
parent | 5a8181a0adba87535ae01b2044d0dbf90e7586c9 (diff) |
simplify default settings
Diffstat (limited to 'tools')
-rw-r--r-- | tools/settings_template_readonly.py | 2 |
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] |