diff options
author | Tales Aparecida <tales.aparecida@gmail.com> | 2022-08-13 06:20:52 +0200 |
---|---|---|
committer | Shuah Khan <skhan@linuxfoundation.org> | 2022-09-30 21:18:46 +0200 |
commit | 7e2d619411cbcb5ee6c6e97a53dcba605d276f44 (patch) | |
tree | 8c201f39f4cc31c5e5d0ef20d4eba1e0d38c56f5 /Documentation/dev-tools | |
parent | kunit: no longer call module_info(test, "Y") for kunit modules (diff) | |
download | linux-7e2d619411cbcb5ee6c6e97a53dcba605d276f44.tar.xz linux-7e2d619411cbcb5ee6c6e97a53dcba605d276f44.zip |
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>
Diffstat (limited to 'Documentation/dev-tools')
-rw-r--r-- | Documentation/dev-tools/kunit/run_wrapper.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/dev-tools/kunit/run_wrapper.rst b/Documentation/dev-tools/kunit/run_wrapper.rst index cce203138fb7..db1e867820e7 100644 --- a/Documentation/dev-tools/kunit/run_wrapper.rst +++ b/Documentation/dev-tools/kunit/run_wrapper.rst @@ -30,7 +30,7 @@ We may want to use the following options: .. 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. - ``--jobs`` sets the number of threads to build the kernel. |