commit | 177910448ce4fd1c1286207d2cb78ae7e8176155 | [log] [tgz] |
---|---|---|
author | Joel Galenson <jgalenson@google.com> | Thu Jun 17 14:59:15 2021 -0700 |
committer | Joel Galenson <jgalenson@google.com> | Fri Jul 02 07:39:28 2021 -0700 |
tree | 1874a805d5d695f01280f7dbb913eb7b99cfb9c5 | |
parent | 6105088a6268a8ba9f71912766a706da637c3aa0 [diff] |
Allow passing multiple crates to update_crate_tests.py Currently the script can only run on a single crate at a time, and each time it runs it re-initializes Bazel. By passing multiple crates we can save time by only initializing Bazel once. Test: Call with zero, one, and multiple crate arguments. Change-Id: Ic83c16d87066a8555b736b35bc7971586ee26e16