summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/oetest.py
diff options
context:
space:
mode:
Diffstat (limited to 'meta/lib/oeqa/oetest.py')
-rw-r--r--meta/lib/oeqa/oetest.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/lib/oeqa/oetest.py b/meta/lib/oeqa/oetest.py
index c9dc5dcd2e..529abdc19a 100644
--- a/meta/lib/oeqa/oetest.py
+++ b/meta/lib/oeqa/oetest.py
@@ -37,6 +37,8 @@ def runTests(tc):
37 37
38 38
39class oeRuntimeTest(unittest.TestCase): 39class oeRuntimeTest(unittest.TestCase):
40
41 longMessage = True
40 testFailures = [] 42 testFailures = []
41 testSkipped = [] 43 testSkipped = []
42 testErrors = [] 44 testErrors = []