summaryrefslogtreecommitdiffstats
path: root/meta/lib
diff options
context:
space:
mode:
Diffstat (limited to 'meta/lib')
-rw-r--r--meta/lib/oeqa/utils/qemurunner.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/lib/oeqa/utils/qemurunner.py b/meta/lib/oeqa/utils/qemurunner.py
index 03f46ffb1c..18afb55d2d 100644
--- a/meta/lib/oeqa/utils/qemurunner.py
+++ b/meta/lib/oeqa/utils/qemurunner.py
@@ -203,8 +203,8 @@ class QemuRunner:
203 # No point waiting any longer 203 # No point waiting any longer
204 self.logger.debug('runqemu exited with code %d' % self.runqemu.returncode) 204 self.logger.debug('runqemu exited with code %d' % self.runqemu.returncode)
205 self._dump_host() 205 self._dump_host()
206 self.stop()
207 self.logger.debug("Output from runqemu:\n%s" % self.getOutput(output)) 206 self.logger.debug("Output from runqemu:\n%s" % self.getOutput(output))
207 self.stop()
208 return False 208 return False
209 time.sleep(0.5) 209 time.sleep(0.5)
210 210
@@ -216,8 +216,8 @@ class QemuRunner:
216 processes = ps.decode("utf-8") 216 processes = ps.decode("utf-8")
217 self.logger.debug("Running processes:\n%s" % processes) 217 self.logger.debug("Running processes:\n%s" % processes)
218 self._dump_host() 218 self._dump_host()
219 self.stop()
220 op = self.getOutput(output) 219 op = self.getOutput(output)
220 self.stop()
221 if op: 221 if op:
222 self.logger.error("Output from runqemu:\n%s" % op) 222 self.logger.error("Output from runqemu:\n%s" % op)
223 else: 223 else: