Re: [PATCH] kunit: tool: print out stderr from make (like build warnings)

2020-10-29 Thread David Gow
On Fri, Oct 30, 2020 at 6:10 AM Daniel Latypov wrote: > > Currently the tool redirects make stdout + stderr, and only shows them > if the make command fails. > This means build warnings aren't shown to the user. > > This change prints the contents of stderr even if make succeeds, under > the

[PATCH] kunit: tool: print out stderr from make (like build warnings)

2020-10-29 Thread Daniel Latypov
Currently the tool redirects make stdout + stderr, and only shows them if the make command fails. This means build warnings aren't shown to the user. This change prints the contents of stderr even if make succeeds, under the assumption these are only build warnings or other messages the user