diff options
Diffstat (limited to 'tools/settings_template_readonly.py')
-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] |