mirror of
https://github.com/torvalds/linux.git
synced 2024-12-02 00:51:44 +00:00
82206a0c06
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
|
||
---|---|---|
.. | ||
configs | ||
test_data | ||
.gitattributes | ||
.gitignore | ||
kunit_config.py | ||
kunit_json.py | ||
kunit_kernel.py | ||
kunit_parser.py | ||
kunit_tool_test.py | ||
kunit.py |