Re: [PATCH] kunit: Fix TabError, remove defconfig code and handle when there is no kunitconfig

2020-06-02 Thread Shuah Khan
On 5/29/20 1:28 PM, Vitor Massaru Iha wrote: The identation before this code (`if not os.path.exists(cli_args.build_dir):``) was with spaces instead of tabs after fixed up merge conflits, this commit revert spaces to tabs: Applied to linux-kselftest kunit branch for Linux 5.8-rc1 thanks, --

[PATCH] kunit: Fix TabError, remove defconfig code and handle when there is no kunitconfig

2020-05-29 Thread Vitor Massaru Iha
The identation before this code (`if not os.path.exists(cli_args.build_dir):``) was with spaces instead of tabs after fixed up merge conflits, this commit revert spaces to tabs: [iha@bbking linux]$ tools/testing/kunit/kunit.py run File "tools/testing/kunit/kunit.py", line 247 if not linux: