[PATCH] kunit: Add documentation of --list_suites

Ryota Sakamoto posted 1 patch 1 month ago
Documentation/dev-tools/kunit/run_wrapper.rst | 2 ++
1 file changed, 2 insertions(+)
[PATCH] kunit: Add documentation of --list_suites
Posted by Ryota Sakamoto 1 month ago
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@gmail.com>
---
 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@gmail.com>
Re: [PATCH] kunit: Add documentation of --list_suites
Posted by David Gow 1 month ago
Le 08/03/2026 à 5:06 PM, Ryota Sakamoto a écrit :
> 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@gmail.com>
> ---

Thanks very much!

Reviewed-by: David Gow <david@davidgow.net>

Cheers,
-- David