Re: [PATCH v3 0/5] Fix nits in the kunit

From: Brendan Higgins
Date: Tue Dec 03 2019 - 18:11:08 EST


On Tue, Dec 3, 2019 at 10:08 AM SeongJae Park <sj38.park@xxxxxxxxx> wrote:
>
> This patchset contains trivial fixes for the kunit documentations and the
> wrapper python scripts.
>
> Changes from v2 (https://lore.kernel.org/linux-kselftest/1575361141-6806-1-git-send-email-sj38.park@xxxxxxxxx/T/#t):
> - Make 'build_dir' if not exists (missed from v3 by mistake)
>
> SeongJae Park (5):
> docs/kunit/start: Use in-tree 'kunit_defconfig'
> kunit: Remove duplicated defconfig creation
> kunit: Create default config in '--build_dir'
> kunit: Place 'test.log' under the 'build_dir'
> kunit: Rename 'kunitconfig' to '.kunitconfig'
>
> Documentation/dev-tools/kunit/start.rst | 13 +++++--------
> tools/testing/kunit/kunit.py | 16 ++++++++++------
> tools/testing/kunit/kunit_kernel.py | 8 ++++----
> 3 files changed, 19 insertions(+), 18 deletions(-)

Tested-by: Brendan Higgins <brendanhiggins@xxxxxxxxxx>

Thanks!