commit | 342fec5e691da19e70363ff4d86a10e6d8835932 | [log][tgz] |
---|---|---|
author | Kuan Huang <kuanhuang@chromium.org> | Thu Oct 31 18:00:44 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Oct 31 18:00:44 2024 |
tree | afa225682b99b1ace838cf3b59da54f40cddb8ea | |
parent | 75248d3a0b7ade6584be462615d7dafa3b84c7a1[diff] |
[bisect-builds.py] Fix --update-script and add test for itThis CL fixes the issue that --update-script was failing because missing required arguments like -a -g. It also adds a test for the --update-script option of bisect-builds.py.Bug: NoneChange-Id:If0aca9cde4a7f6da99242c7f1078d6c82b137657Reviewed-on:https://chromium-review.googlesource.com/c/chromium/src/+/5983025Commit-Queue: Kuan Huang <kuanhuang@chromium.org>Reviewed-by: Sven Zheng <svenzheng@chromium.org>Cr-Commit-Position: refs/heads/main@{#1376457}
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 ishttps://www.chromium.org.
To check out the source code locally, don't usegit clone
! Instead, followthe instructions on how to get the code.
Documentation in the source is rooted indocs/README.md.
Learn how toGet 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 athttps://crbug.com/new.