Hi Brendan,
Oct 14, 2025 16:45:32 Brendan Jackman jackmanb@google.com:
(...)
In case any user depends on the current behaviour, such as running this from a script with `set -e` and parsing the result for failures afterwards, add a flag they can set to get the old behaviour, namely --no-error-on-fail.
IMO this new flag is also unnecessary. The user can just do "|| true" when needed.
(...)
Thomas