]> code.ossystems Code Review - openembedded-core.git/commit
oeqa: Default to buffer mode for tests
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 14 Jul 2018 14:50:48 +0000 (14:50 +0000)
committerArmin Kuster <akuster808@gmail.com>
Tue, 9 Apr 2019 12:27:17 +0000 (17:57 +0530)
commit85c1b6fb516aae58240330a0aca659bfafcd3883
treee4778eef8843e48cc82744460cdbff30afec8721
parentaf7ba26a603a12de0aed35e786674c92049c2bee
oeqa: Default to buffer mode for tests

Currently some tests run in buffer mode and some don't. Those that don't can
corrupt stdout/stderr. Switch to using buffer mode everywhere so we're consistent.

If there is useful output on stdout/stderr, it will be displayed if the test
fails.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
meta/lib/oeqa/core/context.py
meta/lib/oeqa/core/runner.py
meta/lib/oeqa/selftest/cases/devtool.py
meta/lib/oeqa/selftest/cases/efibootpartition.py
meta/lib/oeqa/selftest/cases/imagefeatures.py
meta/lib/oeqa/selftest/cases/runqemu.py