]> git.baikalelectronics.ru Git - kernel.git/commit
Documentation: kunit: fix path to .kunitconfig in start.rst
authorDaniel Latypov <dlatypov@google.com>
Mon, 31 Jan 2022 21:23:41 +0000 (13:23 -0800)
committerShuah Khan <skhan@linuxfoundation.org>
Mon, 4 Apr 2022 18:02:44 +0000 (12:02 -0600)
commitd1685b3d6f58e3d39f8d3e3248498f29954a5b30
tree8528d72e8bf05d8d7d0a6f1c5da6218e2b154c37
parentdbb008736a8c113ef1e12b4e4b4351fac2a15ede
Documentation: kunit: fix path to .kunitconfig in start.rst

Commit 90c13235ec8f ("kunit: use --build_dir=.kunit as default") changed
the default --build_dir, which had the side effect of making
`.kunitconfig` move to `.kunit/.kunitconfig`.

However, the first few lines of kunit/start.rst never got updated, oops.

Fix this by telling people to run kunit.py first, which will
automatically generate the .kunit directory and .kunitconfig file, and
then edit the file manually as desired.

Reported-by: Yifan Yuan <alpc_metic@live.com>
Signed-off-by: Daniel Latypov <dlatypov@google.com>
Reviewed-by: David Gow <davidgow@google.com>
Reviewed-by: Brendan Higgins <brendanhiggins@google.com>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
Documentation/dev-tools/kunit/start.rst