Commit 5c30a4d6 authored by earthdok's avatar earthdok Committed by Commit bot

Fix the Blink Valgrind bot following r313517.

BUG=454822
TBR=glider@chromium.org

Review URL: https://codereview.chromium.org/901043002

Cr-Commit-Position: refs/heads/master@{#314662}
parent 4f0f726c
...@@ -567,7 +567,8 @@ class ChromeTests: ...@@ -567,7 +567,8 @@ class ChromeTests:
"--no-retry-failures", # retrying takes too much time "--no-retry-failures", # retrying takes too much time
# http://crbug.com/176908: Don't launch a browser when done. # http://crbug.com/176908: Don't launch a browser when done.
"--no-show-results", "--no-show-results",
"--nocheck-sys-deps"] "--nocheck-sys-deps",
"--additional-drt-flag=--no-sandbox"]
# Pass build mode to run-webkit-tests. We aren't passed it directly, # 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 # so parse it out of build_dir. run-webkit-tests can only handle
# the two values "Release" and "Debug". # the two values "Release" and "Debug".
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment