Re: [PATCH] kunit: tool: fix display of make errors

2020-09-30 Thread Brendan Higgins
On Wed, Sep 30, 2020 at 11:32 AM Daniel Latypov wrote: > > CalledProcessError stores the output of the failed process as `bytes`, > not a `str`. > > So when we log it on build error, the make output is all crammed into > one line with "\n" instead of actually printing new lines. > > After this

[PATCH] kunit: tool: fix display of make errors

2020-09-30 Thread Daniel Latypov
CalledProcessError stores the output of the failed process as `bytes`, not a `str`. So when we log it on build error, the make output is all crammed into one line with "\n" instead of actually printing new lines. After this change, we get readable output with new lines, e.g. > CC