commit | 6cb38a6c19295fd4db8db03046cb819eba217dae | [log] [tgz] |
---|---|---|
author | George Burgess IV <gbiv@google.com> | Tue Sep 06 15:19:39 2022 -0700 |
committer | Chromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Sep 07 21:15:12 2022 +0000 |
tree | e386aaed45770f96974243ef90aceee31cf14ab3 | |
parent | c0041a9550814e402f661a560855ff99863cffb2 [diff] |
check-presubmit: use subprocess.run Fixing feedback from crrev.com/c/3877334, which isn't strictly related to that change, but is still useful to clean up BUG=None TEST=`repo upload` Change-Id: I1e183e174cc99dc9e309cc53fbde9f545eb8536f Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/toolchain-utils/+/3877525 Tested-by: George Burgess <gbiv@chromium.org> Commit-Queue: George Burgess <gbiv@chromium.org> Reviewed-by: Jordan Abrahams-Whitehead <ajordanr@google.com>
toolchain-utils
Various 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.