diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2020-02-26 10:28:59 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2020-02-26 10:28:59 -0800 |
commit | b98cce1ef5c5ecb8028531ec2305c4591c9b6ca1 (patch) | |
tree | bc383fadf29133ea406051aac1539ef0b82365d8 /Documentation | |
parent | 2fcc74178f6dc06ecffcd1f601ca3a3e87b3012c (diff) | |
parent | be886ba90cce2fb2f5a4dbcda8f3be3fd1b2f484 (diff) |
Merge tag 'linux-kselftest-kunit-5.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest
Pull Kunit fixes from Shuah Khan:
"This Kselftest kunit update consists of fixes to documentation and
the run-time tool from Brendan Higgins and Heidi Fahim"
* tag 'linux-kselftest-kunit-5.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest:
kunit: run kunit_tool from any directory
kunit: test: Improve error messages for kunit_tool when kunitconfig is invalid
Documentation: kunit: fixed sphinx error in code block
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/dev-tools/kunit/usage.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/dev-tools/kunit/usage.rst b/Documentation/dev-tools/kunit/usage.rst index 7cd56a1993b1..607758a66a99 100644 --- a/Documentation/dev-tools/kunit/usage.rst +++ b/Documentation/dev-tools/kunit/usage.rst @@ -551,6 +551,7 @@ options to your ``.config``: Once the kernel is built and installed, a simple .. code-block:: bash + modprobe example-test ...will run the tests. |