This further cleans up the output of oe-selftest so that runqemu output
is hidden unless tests fail.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster@mvista.com>
class DevtoolBase(OESelftestTestCase):
+ buffer = True
+
def _test_recipe_contents(self, recipefile, checkvars, checkinherits):
with open(recipefile, 'r') as f:
invar = None
test_user = 'tester'
root_user = 'root'
+ buffer = True
+
@OETestID(1107)
def test_non_root_user_can_connect_via_ssh_without_password(self):
"""