diff options
Diffstat (limited to 'webkit')
-rwxr-xr-x | webkit/tools/layout_tests/run_webkit_tests.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/webkit/tools/layout_tests/run_webkit_tests.py b/webkit/tools/layout_tests/run_webkit_tests.py index 95d0fc6..f643688 100755 --- a/webkit/tools/layout_tests/run_webkit_tests.py +++ b/webkit/tools/layout_tests/run_webkit_tests.py @@ -1079,8 +1079,7 @@ def main(options, args): options.target = "Release" if not options.use_apache: - options.use_apache = (sys.platform == 'darwin' and options.builder_name and - options.builder_name.find("(V8-Latest)") != -1) + options.use_apache = sys.platform == 'darwin' if options.results_directory.startswith("/"): # Assume it's an absolute path and normalize. |