On Mon, Jan 31, 2022 at 4:23 PM Daniel Latypov <dlatypov@xxxxxxxxxx> wrote: > > Commit ddbd60c779b4 ("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@xxxxxxxx> > Signed-off-by: Daniel Latypov <dlatypov@xxxxxxxxxx> Reviewed-by: Brendan Higgins <brendanhiggins@xxxxxxxxxx>