diff options
author | ojan@google.com <ojan@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-31 00:06:11 +0000 |
---|---|---|
committer | ojan@google.com <ojan@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-31 00:06:11 +0000 |
commit | f4eb0e8c97c95366f5fcfbc4fa17e2e1a9ea5a17 (patch) | |
tree | d21a545f0e8472a86d705e9c72cfc88361f00cb3 | |
parent | 70e0acd2223d7a2f36aa0552112ed7f80ca32b87 (diff) | |
download | chromium_src-f4eb0e8c97c95366f5fcfbc4fa17e2e1a9ea5a17.zip chromium_src-f4eb0e8c97c95366f5fcfbc4fa17e2e1a9ea5a17.tar.gz chromium_src-f4eb0e8c97c95366f5fcfbc4fa17e2e1a9ea5a17.tar.bz2 |
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
-rwxr-xr-x | webkit/tools/layout_tests/run_webkit_tests.py | 1 |
1 files changed, 0 insertions, 1 deletions
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, |