diff options
| author | Linus Torvalds <torvalds@linux-foundation.org> | 2026-03-17 15:00:53 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@linux-foundation.org> | 2026-03-17 15:00:53 -0700 |
| commit | 9e22d8e18f37059678c2f34ab3b447b8c964c6bf (patch) | |
| tree | 8dec43e0721696dcfc7b3f3791197d950fe5a539 /Documentation | |
| parent | f0caa1d49cc07b30a7e2f104d3853ec6dc1c3cad (diff) | |
| parent | 8b8f1d5e350acdf972b6b02e225d9e14c600f7ad (diff) | |
Merge tag 'linux_kselftest-kunit-fixes-7.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest
Pull kunit fix from Shuah Khan:
- Add documentation for --list_suites feature
* tag 'linux_kselftest-kunit-fixes-7.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest:
kunit: Add documentation of --list_suites
Diffstat (limited to 'Documentation')
| -rw-r--r-- | Documentation/dev-tools/kunit/run_wrapper.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/dev-tools/kunit/run_wrapper.rst b/Documentation/dev-tools/kunit/run_wrapper.rst index 3c0b585dcfff..770bb09a475a 100644 --- a/Documentation/dev-tools/kunit/run_wrapper.rst +++ b/Documentation/dev-tools/kunit/run_wrapper.rst @@ -336,6 +336,8 @@ command line arguments: - ``--list_tests_attr``: If set, lists all tests that will be run and all of their attributes. +- ``--list_suites``: If set, lists all suites that will be run. + Command-line completion ============================== |
