]> 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)
committerSteve Sakoman <steve@sakoman.com>
Thu, 3 Sep 2020 03:08:51 +0000 (17:08 -1000)
commitcf6cab12ca7ff40ac484cdaf27ea91ed49b901b0
tree1e101585b8d95c0e244b92d58de33a8a6575d629
parent497d883c0f4b31790152bdc7f4f212b2fa1d8424
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>
(cherry picked from commit 7cb4e9ab8c1596281060e94a216966060103956e)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
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