From 27eaabb35c51e2da22577c331bb8925d5c1e562a Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Thu, 9 Nov 2017 12:10:16 +0000 Subject: oeqa: Markup further tests for stdout/stderr buffering This further cleans up the output of oe-selftest so that runqemu output is hidden unless tests fail. (From OE-Core rev: efa064d5026538ab513edc11869364ce2f14b977) Signed-off-by: Richard Purdie --- meta/lib/oeqa/selftest/cases/devtool.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta/lib/oeqa/selftest/cases/devtool.py') diff --git a/meta/lib/oeqa/selftest/cases/devtool.py b/meta/lib/oeqa/selftest/cases/devtool.py index 3c537ee071..43280cdc0e 100644 --- a/meta/lib/oeqa/selftest/cases/devtool.py +++ b/meta/lib/oeqa/selftest/cases/devtool.py @@ -13,6 +13,8 @@ from oeqa.core.decorator.oeid import OETestID class DevtoolBase(OESelftestTestCase): + buffer = True + def _test_recipe_contents(self, recipefile, checkvars, checkinherits): with open(recipefile, 'r') as f: invar = None -- cgit v1.2.3-54-g00ecf