Messages in this thread |  | | From | Brendan Higgins <> | Date | Mon, 2 Dec 2019 22:48:29 -0800 | Subject | Re: [PATCH 5/6] kunit: Place 'test.log' under the 'build_dir' |
| |
On Sun, Dec 1, 2019 at 3:25 PM SeongJae Park <sj38.park@gmail.com> wrote: > > From: SeongJae Park <sjpark@amazon.de> > > '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'.
Good idea!
> > Signed-off-by: SeongJae Park <sjpark@amazon.de>
Reviewed-by: Brendan Higgins <brendanhiggins@google.com>
Thanks!
|  |