| commit | c14ff3b1f9a0708c4a09bcfdba04f10b50f8f204 | [log] [tgz] |
|---|---|---|
| author | George Burgess IV <gbiv@google.com> | Wed Jul 16 13:04:41 2025 -0600 |
| committer | Chromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jul 17 08:46:32 2025 -0700 |
| tree | d104b8ae84195d94760768e4634db32e1ef9927c | |
| parent | 23cbb6b7bcf3b6e272af76941b6407fc9a480ac1 [diff] |
rust_tools: print `gsutil acl` output on parse failures I was getting parse failures because stdout/stderr were combined; add a bit of logic to make it easier to debug if we hit them again. While I'm here, be a bit more early-exit-y about the implementation. BUG=b:404724020 TEST=repo upload Change-Id: I3677a634f803b449a86c919689a591cb7451da16 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/toolchain-utils/+/6735598 Reviewed-by: Bob Haarman <inglorion@chromium.org> Commit-Queue: George Burgess <gbiv@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.