| commit | 4f2bb7203d4bccbbca6de4b8a2cfdcfbc3915740 | [log] [tgz] |
|---|---|---|
| author | George Burgess IV <gbiv@google.com> | Wed Jun 05 09:21:58 2024 -0600 |
| committer | Chromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jun 05 19:58:49 2024 +0000 |
| tree | cc491e9a470141cc2c186635b72a1a4be05100b0 | |
| parent | 828fb9454548d139238c72e0a789da9f0d0e6b79 [diff] |
centralize uses of FindChromeOSRootAbove(my_dir) This is a common pattern; make a single function for it. BUG=None TEST=ran `upload_llvm_testing_helper_cl.py --dry-run` Change-Id: I0cb164dbd6f69ff669ea0b01a3dc81d079263364 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/toolchain-utils/+/5598412 Commit-Queue: George Burgess <gbiv@chromium.org> Reviewed-by: Bob Haarman <inglorion@chromium.org> Tested-by: George Burgess <gbiv@chromium.org>
toolchain-utilsVarious utilities used by the ChromeOS toolchain team.
To run Python scripts in this directory, first run:
export PYTHONPATH=$(readlink -f .):$PYTHONPATH
from this directory.
Then you can run any script.
To get help on any script, type in python <script> --help, or refer to the header of the script for more information.