diff options
-rw-r--r-- | meta/lib/oeqa/core/runner.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/lib/oeqa/core/runner.py b/meta/lib/oeqa/core/runner.py index 532b25b98a..8a55c24c78 100644 --- a/meta/lib/oeqa/core/runner.py +++ b/meta/lib/oeqa/core/runner.py | |||
@@ -129,8 +129,6 @@ class OETestResult(_TestResult): | |||
129 | if fail: | 129 | if fail: |
130 | self.tc.logger.info("RESULTS - %s - Testcase %s: %s" % (case.id(), | 130 | self.tc.logger.info("RESULTS - %s - Testcase %s: %s" % (case.id(), |
131 | oeid, desc)) | 131 | oeid, desc)) |
132 | if msg: | ||
133 | self.tc.logger.info(msg) | ||
134 | else: | 132 | else: |
135 | self.tc.logger.info("RESULTS - %s - Testcase %s: %s" % (case.id(), | 133 | self.tc.logger.info("RESULTS - %s - Testcase %s: %s" % (case.id(), |
136 | oeid, 'PASSED')) | 134 | oeid, 'PASSED')) |