kunit: tool: handle when .kunit exists but .kunitconfig does not
authorBrendan Higgins <brendanhiggins@google.com>
Mon, 28 Sep 2020 20:02:27 +0000 (13:02 -0700)
committerShuah Khan <skhan@linuxfoundation.org>
Fri, 2 Oct 2020 16:24:19 +0000 (10:24 -0600)
commit82206a0c06ccbd4a80cd623b9d52fcda130d6c7d
treee8b74980b7d38d2901a7d3ff611ba64652551d20
parent67e2fae3b767fd4444f3f161f6420d0d0338a10d
kunit: tool: handle when .kunit exists but .kunitconfig does not

Right now .kunitconfig and the build dir are automatically created if
the build dir does not exists; however, if the build dir is present and
.kunitconfig is not, kunit_tool will crash.

Fix this by checking for both the build dir as well as the .kunitconfig.

NOTE: This depends on commit 5578d008d9e0 ("kunit: tool: fix running
kunit_tool from outside kernel tree")

Link: https://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest.git/commit/?id=5578d008d9e06bb531fb3e62dd17096d9fd9c853
Signed-off-by: Brendan Higgins <brendanhiggins@google.com>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
tools/testing/kunit/kunit.py