]> 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>
Tue, 1 Sep 2020 15:37:26 +0000 (16:37 +0100)
commitaab0d1e7388c4c53a7543dbd56e7e33737f4b633
tree6377b0914ddbf3703a7dc77377c3e944ff1113f2
parentd16267b94bb83213634e1decf61e5849bf00f11c
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