Commit 8b8f1d5e authored by Ryota Sakamoto's avatar Ryota Sakamoto Committed by Shuah Khan
Browse files

kunit: Add documentation of --list_suites



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: default avatarRyota Sakamoto <sakamo.ryota@gmail.com>
Reviewed-by: default avatarDavid Gow <david@davidgow.net>
Signed-off-by: default avatarShuah Khan <skhan@linuxfoundation.org>
parent b11b9b67
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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
==============================