commit | d786b2c3c99198c6d8924f49f081dc2393310b4c | [log] [tgz] |
---|---|---|
author | Weizhong Xia <weizhong@google.com> | Wed Sep 14 23:48:31 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Sep 14 23:48:31 2022 |
tree | db0b7630adef2d081d073da3c13995af1346926d | |
parent | afde4a1a547662b9c7056589b8b7d85a86299fe2 [diff] |
Path to wptrunner should always be absolute path Due to the change in crrev/c/3878229, pass in a relative path will not work now. We alreay have default value for the path to chromedriver, which uses absolute path. In this case we don't need pass in this parameter through command line. Update '--include-file' to use absolute path also. Bug: 1360639 Change-Id: Id27df4e16d2f434cf37739f0e4825d6770770379 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3894818 Commit-Queue: Weizhong Xia <weizhong@google.com> Reviewed-by: Scott Violet <sky@chromium.org> Reviewed-by: Nate Fischer <ntfschr@chromium.org> Cr-Commit-Position: refs/heads/main@{#1047206}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.