From f4eb0e8c97c95366f5fcfbc4fa17e2e1a9ea5a17 Mon Sep 17 00:00:00 2001 From: "ojan@google.com" Date: Tue, 31 Mar 2009 00:06:11 +0000 Subject: Turn on running webkit tests with multiple test_shells. I'll be surprised if one of the platforms doesn't have trouble with this still. After committing I'll watch the tree and make the platforms that don't seem to work just use 1 test_shell again. Review URL: http://codereview.chromium.org/57035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12825 0039d316-1c4b-4281-b951-d872f2087c98 --- webkit/tools/layout_tests/run_webkit_tests.py | 1 - 1 file changed, 1 deletion(-) diff --git a/webkit/tools/layout_tests/run_webkit_tests.py b/webkit/tools/layout_tests/run_webkit_tests.py index ca84546..1060f5d 100755 --- a/webkit/tools/layout_tests/run_webkit_tests.py +++ b/webkit/tools/layout_tests/run_webkit_tests.py @@ -794,7 +794,6 @@ if '__main__' == __name__: "When enabled, show stats on how many tests " "newly pass or fail.") option_parser.add_option("", "--num-test-shells", - default=1, help="Number of testshells to run in parallel.") option_parser.add_option("", "--time-out-ms", default=None, -- cgit v1.1