summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/core/runner.py
diff options
context:
space:
mode:
Diffstat (limited to 'meta/lib/oeqa/core/runner.py')
-rw-r--r--meta/lib/oeqa/core/runner.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/meta/lib/oeqa/core/runner.py b/meta/lib/oeqa/core/runner.py
index 374d30cc38..219102c6b0 100644
--- a/meta/lib/oeqa/core/runner.py
+++ b/meta/lib/oeqa/core/runner.py
@@ -48,11 +48,6 @@ class OETestResult(_TestResult):
48 self._tc_map_results() 48 self._tc_map_results()
49 49
50 def startTest(self, test): 50 def startTest(self, test):
51 # Allow us to trigger the testcase buffer mode on a per test basis
52 # so stdout/stderr are only printed upon failure. Enables debugging
53 # but clean output
54 if hasattr(test, "buffer"):
55 self.buffer = test.buffer
56 super(OETestResult, self).startTest(test) 51 super(OETestResult, self).startTest(test)
57 52
58 def _tc_map_results(self): 53 def _tc_map_results(self):