Re: [OE-core][PATCH] oeqa: sdk: Capture stderr output

2020-09-01 Thread Richard Purdie
On Mon, 2020-08-31 at 16:53 -0500, Joshua Watt wrote: > Redirect stderr to stdout when running subcommands while doing the > SDK > tests. The tests will show stdout when CalledProcessError is raised, > but any output to stderr was lost. > > Signed-off-by: Joshua Watt > --- > meta/lib/oeqa/sdk/ca

[OE-core][PATCH] oeqa: sdk: Capture stderr output

2020-08-31 Thread Joshua Watt
Redirect stderr to stdout when running subcommands while doing the SDK tests. The tests will show stdout when CalledProcessError is raised, but any output to stderr was lost. Signed-off-by: Joshua Watt --- meta/lib/oeqa/sdk/case.py | 2 +- meta/lib/oeqa/sdk/cases/assimp.py