You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ot] scripts/opentitan: run-bazel-tests.sh: Don't clean local overrides
Currently, the `run-bazel-tests.sh` script assumes it is being run from
CI and thus cleans up the local Bazel override files it makes. It is
useful to run it as a developer before making a PR however, but the
current logic would both (a) error upon creating these Bazel override
files if you already had them, and (b) delete them afterwards, breaking
existing OpenTitan integration flows. Add conditional checks to this
logic based on whether these files previously existed to avoid this
behaviour.
Signed-off-by: Alex Jones <[email protected]>
0 commit comments