On Tue, Apr 07, 2026 at 08:17:15AM -0700, Jakub Kicinski wrote:
> When developing new test cases and reproducing failures in
> existing ones we currently have to run the entire test which
> can take minutes to finish.
>
> Add command line options for test selection, modeled after
> kselftest_harness.h:
>
> -l list tests (all or filtered)
<snip>
> + print(f"Usage: {sys.argv[0]} [-h|-l] [-t|-T name]\n"
> + f"\t-h print help\n"
> + f"\t-l list all tests\n"
I initially expected the help text to mention "(all or filtered)" based
on the commit message, but since this option lists all tests
unconditionally, the current wording is correct.
Reviewed-by: Breno Leitao <[email protected]>