diff options
author | hendrikw <hendrikw@chromium.org> | 2015-04-17 11:44:51 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-04-17 18:45:04 +0000 |
commit | 1904804a39c0c54e241de1f787eda6d0d8366b89 (patch) | |
tree | 1d45e9f15154b926f2cbd1ca096c3e54c39ac185 /tools/valgrind | |
parent | 3df070a473d7bc97df7d9b713d63b98cc6bc5531 (diff) | |
download | chromium_src-1904804a39c0c54e241de1f787eda6d0d8366b89.zip chromium_src-1904804a39c0c54e241de1f787eda6d0d8366b89.tar.gz chromium_src-1904804a39c0c54e241de1f787eda6d0d8366b89.tar.bz2 |
Convert remaining additional-drt-flag
In a previous cl (https://codereview.chromium.org/1041993003/),
additional-drt-flag was converted to additional-driver-flag.
These are the remaining references to the old flag name.
Review URL: https://codereview.chromium.org/1077983003
Cr-Commit-Position: refs/heads/master@{#325684}
Diffstat (limited to 'tools/valgrind')
-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 554beb3..e8074f3 100755 --- a/tools/valgrind/chrome_tests.py +++ b/tools/valgrind/chrome_tests.py @@ -568,7 +568,7 @@ class ChromeTests: # http://crbug.com/176908: Don't launch a browser when done. "--no-show-results", "--nocheck-sys-deps", - "--additional-drt-flag=--no-sandbox"] + "--additional-driver-flag=--no-sandbox"] # Pass build mode to run-webkit-tests. We aren't passed it directly, # so parse it out of build_dir. run-webkit-tests can only handle # the two values "Release" and "Debug". |