Re: [PATCH v3] selftests/run_kselftest.sh: exit with error if tests fail

From: Thomas Weißschuh

Date: Fri Oct 31 2025 - 08:48:49 EST


Hi Brendan,

Oct 14, 2025 16:45:32 Brendan Jackman <jackmanb@xxxxxxxxxx>:

(...)

> 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