]> Git Repo - linux.git/commitdiff
Documentation: kunit: Fix verification command
authorSeongJae Park <[email protected]>
Sat, 7 Sep 2019 21:01:31 +0000 (06:01 +0900)
committerShuah Khan <[email protected]>
Mon, 7 Oct 2019 23:02:13 +0000 (17:02 -0600)
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 <[email protected]>
Reviewed-by: Brendan Higgins <[email protected]>
Signed-off-by: Shuah Khan <[email protected]>
Documentation/dev-tools/kunit/start.rst

index 6dc229e46bb340e7520143446f9b5509a3f8cc24..aeeddfafeea20befae5a3c28b25f207f226d78fa 100644 (file)
@@ -43,7 +43,7 @@ wrapper from your kernel repo:
 
 .. code-block:: bash
 
-       ./tools/testing/kunit/kunit.py
+       ./tools/testing/kunit/kunit.py run
 
 .. note::
    You may want to run ``make mrproper`` first.
This page took 0.05624 seconds and 4 git commands to generate.