]> git.baikalelectronics.ru Git - kernel.git/commit
kunit: Place 'test.log' under the 'build_dir'
authorSeongJae Park <sjpark@amazon.de>
Fri, 20 Dec 2019 05:14:06 +0000 (05:14 +0000)
committerShuah Khan <skhan@linuxfoundation.org>
Mon, 23 Dec 2019 17:52:41 +0000 (10:52 -0700)
commita3b659f2e8ed5245fb37b1e6ebac77e93638634c
treecef0d8a49961c63e9eb45e1577c7a594fea317e5
parentfb2da1c95058af3b76bc0872bd26e3bd5f2ccdff
kunit: Place 'test.log' under the 'build_dir'

'kunit' writes the 'test.log' under the kernel source directory even
though a 'build_dir' option is given.  As users who use the option might
expect the outputs to be placed under the specified directory, this
commit modifies the logic to write the log file under the 'build_dir'.

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
tools/testing/kunit/kunit_kernel.py
tools/testing/kunit/kunit_tool_test.py