diff options
Diffstat (limited to 'meta/lib/oeqa/selftest/context.py')
| -rw-r--r-- | meta/lib/oeqa/selftest/context.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/lib/oeqa/selftest/context.py b/meta/lib/oeqa/selftest/context.py index ca73070c0b..8c8439bf28 100644 --- a/meta/lib/oeqa/selftest/context.py +++ b/meta/lib/oeqa/selftest/context.py | |||
| @@ -179,8 +179,8 @@ class OESelftestTestContextExecutor(OETestContextExecutor): | |||
| 179 | else: | 179 | else: |
| 180 | self._pre_run() | 180 | self._pre_run() |
| 181 | rc = self.tc.runTests(**self.tc_kwargs['run']) | 181 | rc = self.tc.runTests(**self.tc_kwargs['run']) |
| 182 | rc.logSummary(self.name) | ||
| 183 | rc.logDetails() | 182 | rc.logDetails() |
| 183 | rc.logSummary(self.name) | ||
| 184 | 184 | ||
| 185 | return rc | 185 | return rc |
| 186 | 186 | ||
