diff options
Diffstat (limited to 'meta/lib/oeqa/utils')
-rw-r--r-- | meta/lib/oeqa/utils/qemurunner.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/lib/oeqa/utils/qemurunner.py b/meta/lib/oeqa/utils/qemurunner.py index 409e86d4bc..3a9ba024a9 100644 --- a/meta/lib/oeqa/utils/qemurunner.py +++ b/meta/lib/oeqa/utils/qemurunner.py | |||
@@ -207,8 +207,8 @@ class QemuRunner: | |||
207 | # No point waiting any longer | 207 | # No point waiting any longer |
208 | self.logger.debug('runqemu exited with code %d' % self.runqemu.returncode) | 208 | self.logger.debug('runqemu exited with code %d' % self.runqemu.returncode) |
209 | self._dump_host() | 209 | self._dump_host() |
210 | self.stop() | ||
211 | self.logger.debug("Output from runqemu:\n%s" % self.getOutput(output)) | 210 | self.logger.debug("Output from runqemu:\n%s" % self.getOutput(output)) |
211 | self.stop() | ||
212 | return False | 212 | return False |
213 | time.sleep(0.5) | 213 | time.sleep(0.5) |
214 | 214 | ||
@@ -220,8 +220,8 @@ class QemuRunner: | |||
220 | processes = ps.decode("utf-8") | 220 | processes = ps.decode("utf-8") |
221 | self.logger.debug("Running processes:\n%s" % processes) | 221 | self.logger.debug("Running processes:\n%s" % processes) |
222 | self._dump_host() | 222 | self._dump_host() |
223 | self.stop() | ||
224 | op = self.getOutput(output) | 223 | op = self.getOutput(output) |
224 | self.stop() | ||
225 | if op: | 225 | if op: |
226 | self.logger.error("Output from runqemu:\n%s" % op) | 226 | self.logger.error("Output from runqemu:\n%s" % op) |
227 | else: | 227 | else: |