[PATCH] kunit: Add documentation of --list_suites

From: Ryota Sakamoto

Date: Sun Mar 08 2026 - 05:06:50 EST


Commit 60f3ada4174f ("kunit: Add --list_suites to show suites") introduced
the --list_suites option to kunit.py, but the update to the corresponding
run_wrapper documentation was omitted.

Add the missing description for --list_suites to keep the documentation in
sync with the tool's supported arguments.

Fixes: 60f3ada4174f ("kunit: Add --list_suites to show suites")
Signed-off-by: Ryota Sakamoto <sakamo.ryota@xxxxxxxxx>
---
Documentation/dev-tools/kunit/run_wrapper.rst | 2 ++
1 file changed, 2 insertions(+)

diff --git a/Documentation/dev-tools/kunit/run_wrapper.rst b/Documentation/dev-tools/kunit/run_wrapper.rst
index 3c0b585dcfffbd3929d0eef1ab9376fa4f380872..770bb09a475ae799d9247d4c5558fc3306b9cd64 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
==============================


---
base-commit: fa2c3ed5f079d41db0433a8dc829b9f6fb408aaf
change-id: 20260305-kunit-list_suites-doc-c0bf7b2482d8

Best regards,
--
Ryota Sakamoto <sakamo.ryota@xxxxxxxxx>