From e5196ebd6c652431a3b80cdc9f60b752401314f4 Mon Sep 17 00:00:00 2001 From: Mihai Lindner Date: Thu, 5 Sep 2013 18:52:40 +0300 Subject: oeqa/oetest: oeRuntimeTest: enable long messages Set longMessage to True for all tests derived from oeRuntimeTest, in order to have somewhat info on assertions with cryptic or no messages. Signed-off-by: Mihai Lindner Signed-off-by: Richard Purdie --- meta/lib/oeqa/runtime/smart.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'meta/lib/oeqa/runtime/smart.py') diff --git a/meta/lib/oeqa/runtime/smart.py b/meta/lib/oeqa/runtime/smart.py index 59083ca817..468e047c2c 100644 --- a/meta/lib/oeqa/runtime/smart.py +++ b/meta/lib/oeqa/runtime/smart.py @@ -12,8 +12,6 @@ def setUpModule(): class SmartTest(oeRuntimeTest): - longMessage = True - @skipUnlessPassed('test_smart_help') def smart(self, command, expected = 0): command = 'smart %s' % command -- cgit 1.2.3-korg