summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2026-03-17 15:00:53 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2026-03-17 15:00:53 -0700
commit9e22d8e18f37059678c2f34ab3b447b8c964c6bf (patch)
tree8dec43e0721696dcfc7b3f3791197d950fe5a539
parentf0caa1d49cc07b30a7e2f104d3853ec6dc1c3cad (diff)
parent8b8f1d5e350acdf972b6b02e225d9e14c600f7ad (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
-rw-r--r--Documentation/dev-tools/kunit/run_wrapper.rst2
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
==============================