Documentation: kunit: fix trivial typo
Missing closing block-quote Signed-off-by: Tales Aparecida <tales.aparecida@gmail.com> Reviewed-by: David Gow <davidgow@google.com> Reviewed-by: Sadiya Kazi <sadiyakazi@google.com> Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
This commit is contained in:
parent
7d97635b72
commit
7e2d619411
@ -30,7 +30,7 @@ We may want to use the following options:
|
|||||||
|
|
||||||
.. code-block::
|
.. code-block::
|
||||||
|
|
||||||
./tools/testing/kunit/kunit.py run --timeout=30 --jobs=`nproc --all
|
./tools/testing/kunit/kunit.py run --timeout=30 --jobs=`nproc --all`
|
||||||
|
|
||||||
- ``--timeout`` sets a maximum amount of time for tests to run.
|
- ``--timeout`` sets a maximum amount of time for tests to run.
|
||||||
- ``--jobs`` sets the number of threads to build the kernel.
|
- ``--jobs`` sets the number of threads to build the kernel.
|
||||||
|
Loading…
Reference in New Issue
Block a user