]> git.baikalelectronics.ru Git - kernel.git/commit
Documentation: kunit: Remove references to --defconfig
authorDavid Gow <davidgow@google.com>
Tue, 7 Jul 2020 04:31:20 +0000 (21:31 -0700)
committerShuah Khan <skhan@linuxfoundation.org>
Fri, 17 Jul 2020 20:08:43 +0000 (14:08 -0600)
commit455d620c1b66f28b5480297c4a0e64ed9123961c
tree70c3ea31b04975ba4efb5b1dda6f2316e3328602
parent5fe1ece172af11deaede09c5da5ac4b4424a4416
Documentation: kunit: Remove references to --defconfig

The --defconfig option in kunit_tool was removed in [1], but the getting
started and kunit_tool documentation still encouraged its use. Update
those documents to reflect that it's no-longer required, and is the
default behaviour if no .kunitconfig is found.

Also update a couple of places where .kunitconfig is still referred to
as kunitconfig (this was changed in [2]).

[1]:
https://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest.git/commit/?h=kunit-fixes&id=ec2bdd786e3c6dc31c982645edd39aaaf588c213
[2]:
https://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest.git/commit/?h=kunit-fixes&id=6c5074d38dae3f621724ce8605bb6daa3aae8c5e

Signed-off-by: David Gow <davidgow@google.com>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
Documentation/dev-tools/kunit/kunit-tool.rst
Documentation/dev-tools/kunit/start.rst