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
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