]> git.baikalelectronics.ru Git - kernel.git/commit
kunit: Remove duplicated defconfig creation
authorSeongJae Park <sjpark@amazon.de>
Fri, 20 Dec 2019 05:14:04 +0000 (05:14 +0000)
committerShuah Khan <skhan@linuxfoundation.org>
Mon, 23 Dec 2019 17:52:40 +0000 (10:52 -0700)
commit94da25f27ef90be6e63936d53da1f8fb6174d566
treead8201cc830362da02577d95e707ba897701b1fa
parentc956a0bb7bcf8f0ff57bbe2c87e2e2bbbfc12fdb
kunit: Remove duplicated defconfig creation

'--defconfig' option is handled by the 'main() of the 'kunit.py' but
again handled in following 'run_tests()'.  This commit removes this
duplicated handling of the option in the 'run_tests()'.

Signed-off-by: SeongJae Park <sjpark@amazon.de>
Reviewed-by: Brendan Higgins <brendanhiggins@google.com>
Tested-by: Brendan Higgins <brendanhiggins@google.com>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
tools/testing/kunit/kunit.py