]> git.ipfire.org Git - thirdparty/linux.git/commit
selftests/run_kselftest.sh: Add `--skip` argument option
authorRicardo B. Marlière <rbm@suse.com>
Fri, 16 Jan 2026 14:20:54 +0000 (11:20 -0300)
committerShuah Khan <skhan@linuxfoundation.org>
Fri, 16 Jan 2026 20:46:40 +0000 (13:46 -0700)
commit3ec6cefc398b93e5f28500f80e7321a80fffee8a
tree5d5953d1248037568839c92e013707a5579dda39
parent86063a2568b8f2eeb68da1411b320c0ff778f852
selftests/run_kselftest.sh: Add `--skip` argument option

Currently the only way of excluding certain tests from a collection is by
passing all the other tests explicitly via `--test`. Therefore, if the user
wants to skip a single test the resulting command line might be too big,
depending on the collection. Add an option `--skip` that takes care of
that.

Link: https://lore.kernel.org/r/20260116-selftests-add_skip_opt-v1-1-ab54afaae81b@suse.com
Signed-off-by: Ricardo B. Marlière <rbm@suse.com>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
tools/testing/selftests/run_kselftest.sh