diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-18 21:29:06 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-18 21:29:06 +0000 |
commit | aadb99f6629d277c2a0951820fe7c003c0e38a5f (patch) | |
tree | fee37c37647f4bb850d2ff99917777aa9b51727d /tools/valgrind/chrome_tests.py | |
parent | 4379c3d6557bfc50c86f4b84eb0fbf4618929397 (diff) | |
download | chromium_src-aadb99f6629d277c2a0951820fe7c003c0e38a5f.zip chromium_src-aadb99f6629d277c2a0951820fe7c003c0e38a5f.tar.gz chromium_src-aadb99f6629d277c2a0951820fe7c003c0e38a5f.tar.bz2 |
Update Valgrind script after Webkit r114441 renamed --experimental-fully-parallel to --fully-parallel.
BUG=none
TEST=Webkit Linux (valgrind layout) bot works again.
Review URL: https://chromiumcodereview.appspot.com/10116031
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@132869 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/valgrind/chrome_tests.py')
-rwxr-xr-x | tools/valgrind/chrome_tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/valgrind/chrome_tests.py b/tools/valgrind/chrome_tests.py index 787b28e..265ee0b 100755 --- a/tools/valgrind/chrome_tests.py +++ b/tools/valgrind/chrome_tests.py @@ -382,7 +382,7 @@ class ChromeTests: "run_webkit_tests.py") script_cmd = ["python", script, "-v", "--run-singly", # run a separate DumpRenderTree for each test - "--experimental-fully-parallel", + "--fully-parallel", "--time-out-ms=200000", "--noshow-results", "--nocheck-sys-deps"] |