Commit cf0f02ca authored by Shengfa Lin's avatar Shengfa Lin Committed by Commit Bot

[chromium] Enable ChromeDriver log for WPT tests

Enable chromedriver log for CI wpt tests

Change-Id: I02d4acb627ca90233b7c0dab401c7c28e6759604
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2402319Reviewed-by: default avatarJohn Chen <johnchen@chromium.org>
Reviewed-by: default avatarScott Violet <sky@chromium.org>
Commit-Queue: Shengfa Lin <shengfa@google.com>
Cr-Commit-Position: refs/heads/master@{#805817}
parent b92897b5
...@@ -519,6 +519,7 @@ ...@@ -519,6 +519,7 @@
"../../chrome/test/chromedriver/test/run_webdriver_tests.py", "../../chrome/test/chromedriver/test/run_webdriver_tests.py",
"-v", "-v",
"--chromedriver=chromedriver", "--chromedriver=chromedriver",
"--log-path=${ISOLATED_OUTDIR}/chromedriver.log",
"--output-dir=${ISOLATED_OUTDIR}", "--output-dir=${ISOLATED_OUTDIR}",
"--test-path=../../third_party/blink/web_tests/external/wpt/webdriver/tests/", "--test-path=../../third_party/blink/web_tests/external/wpt/webdriver/tests/",
], ],
......
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