Re: [PATCH 5/6] selftests: Preserve subtarget failures in all/install

From: Shuah Khan

Date: Thu Apr 16 2026 - 11:24:34 EST


On 4/16/26 09:15, Mark Brown wrote:
On Thu, Apr 16, 2026 at 09:08:17AM -0600, Shuah Khan wrote:
On 4/16/26 07:16, Mark Brown wrote:

Sending shortly, FWIW I'm also seeing a buch of issues with:

./run_kselftest.sh: 5: ./kselftest/runner.sh: Bad substitution
./run_kselftest.sh: 5: .: cannot open ./ktap_helpers.sh: No such file

I will take a look and isolate the two commits that changes
run_kselftest.sh - sorry for the trouble with CI this time
around.

Pretty sure it's 2964f6b816c2 (selftests: Use ktap helpers for
runner.sh) - I've just put together a fix for that one, will throw it at
my testing and send it later today all being well. It uses readlink -e
which isn't implemented by busybox.

Yes 2964f6b816c2 is my first suspect with ktap_helpers.sh no such file.
Thank you for fixing this. That way we can patch it and not revert it.

thanks,
-- SHuah