summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/runtime/smart.py
diff options
context:
space:
mode:
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