Skip to content

Commit 1c68cba

Browse files
sj-awsshuahkh
authored andcommitted
docs/kunit/start: Use in-tree 'kunit_defconfig'
The kunit doc suggests users to get the default `kunitconfig` from an external git tree. However, the file is already located under the `arch/um/configs/` of the kernel tree. Because the local file is easier to access and maintain, this commit updates the doc to use it. Signed-off-by: SeongJae Park <sjpark@amazon.de> Reviewed-by: Brendan Higgins <brendanhiggins@google.com> Tested-by: Brendan Higgins <brendanhiggins@google.com> Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
1 parent 05564c2 commit 1c68cba

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Documentation/dev-tools/kunit/start.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,8 @@ regular Kernel config, with the specific test targets as well.
3232

3333
.. code-block:: bash
3434
35-
git clone -b master https://kunit.googlesource.com/kunitconfig $PATH_TO_KUNITCONFIG_REPO
3635
cd $PATH_TO_LINUX_REPO
37-
ln -s $PATH_TO_KUNIT_CONFIG_REPO/kunitconfig kunitconfig
36+
cp arch/um/configs/kunit_defconfig kunitconfig
3837
3938
You may want to add kunitconfig to your local gitignore.
4039

0 commit comments

Comments
 (0)