Skip to content

Commit d460623

Browse files
sjp38shuahkh
authored andcommitted
Documentation: kunit: Fix verification command
kunit wrapper script ('kunit.py') receives a sub-command (only 'run' for now) as its argument. If no sub-command is given, it prints help message and just quit. However, an example command in the kunit documentation for a verification of kunit is missing the sub-command. This commit fixes the example. Signed-off-by: SeongJae Park <sj38.park@gmail.com> Reviewed-by: Brendan Higgins <brendanhiggins@google.com> Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
1 parent 6ec1b81 commit d460623

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/dev-tools/kunit/start.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ wrapper from your kernel repo:
4343

4444
.. code-block:: bash
4545
46-
./tools/testing/kunit/kunit.py
46+
./tools/testing/kunit/kunit.py run
4747
4848
.. note::
4949
You may want to run ``make mrproper`` first.

0 commit comments

Comments
 (0)