]> code.ossystems Code Review - openembedded-core.git/commit
oeqa: sdk: Capture stderr output
authorJoshua Watt <JPEWhacker@gmail.com>
Mon, 31 Aug 2020 21:53:53 +0000 (16:53 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 2 Sep 2020 14:58:05 +0000 (15:58 +0100)
commit7cb4e9ab8c1596281060e94a216966060103956e
tree935691ff5e6ecaeb8ae48e6884da15f71253b473
parentb6135777799de531e2cb4017e91a8c41749d1fd5
oeqa: sdk: Capture stderr output

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 <JPEWhacker@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oeqa/sdk/case.py
meta/lib/oeqa/sdk/cases/assimp.py
meta/lib/oeqa/sdk/cases/buildcpio.py
meta/lib/oeqa/sdk/cases/buildepoxy.py
meta/lib/oeqa/sdk/cases/buildgalculator.py
meta/lib/oeqa/sdk/cases/buildlzip.py