summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/lib/oeqa/core/loader.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/lib/oeqa/core/loader.py b/meta/lib/oeqa/core/loader.py
index 51bfd9de01..7cc4d4c0cf 100644
--- a/meta/lib/oeqa/core/loader.py
+++ b/meta/lib/oeqa/core/loader.py
@@ -109,6 +109,8 @@ class OETestLoader(unittest.TestLoader):
109 109
110 self._patchCaseClass(self.caseClass) 110 self._patchCaseClass(self.caseClass)
111 111
112 super(OETestLoader, self).__init__()
113
112 def _patchCaseClass(self, testCaseClass): 114 def _patchCaseClass(self, testCaseClass):
113 # Adds custom attributes to the OETestCase class 115 # Adds custom attributes to the OETestCase class
114 setattr(testCaseClass, 'tc', self.tc) 116 setattr(testCaseClass, 'tc', self.tc)