summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/runtime/smart.py
diff options
context:
space:
mode:
authorMihai Lindner <mihaix.lindner@linux.intel.com>2013-09-05 18:52:40 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-09-06 23:03:23 +0100
commitf6fed84380367fff92ba120f4e3e2e92d9cce73c (patch)
tree47d16c41b773221473dd37951e6a56b6612595d2 /meta/lib/oeqa/runtime/smart.py
parentc33bf220de194c913115e5b3f9bef83c3ae4f857 (diff)
downloadpoky-f6fed84380367fff92ba120f4e3e2e92d9cce73c.tar.gz
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. (From OE-Core rev: e5196ebd6c652431a3b80cdc9f60b752401314f4) Signed-off-by: Mihai Lindner <mihaix.lindner@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/lib/oeqa/runtime/smart.py')
-rw-r--r--meta/lib/oeqa/runtime/smart.py2
1 files changed, 0 insertions, 2 deletions
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():
12 12
13class SmartTest(oeRuntimeTest): 13class SmartTest(oeRuntimeTest):
14 14
15 longMessage = True
16
17 @skipUnlessPassed('test_smart_help') 15 @skipUnlessPassed('test_smart_help')
18 def smart(self, command, expected = 0): 16 def smart(self, command, expected = 0):
19 command = 'smart %s' % command 17 command = 'smart %s' % command