提交 d460623c 编写于 作者: S SeongJae Park 提交者: Shuah Khan

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: NSeongJae Park <sj38.park@gmail.com>
Reviewed-by: NBrendan Higgins <brendanhiggins@google.com>
Signed-off-by: NShuah Khan <skhan@linuxfoundation.org>
上级 6ec1b81d
......@@ -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.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册