summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/utils/commands.py
diff options
context:
space:
mode:
Diffstat (limited to 'meta/lib/oeqa/utils/commands.py')
-rw-r--r--meta/lib/oeqa/utils/commands.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/meta/lib/oeqa/utils/commands.py b/meta/lib/oeqa/utils/commands.py
index f1679875dc..df373c4169 100644
--- a/meta/lib/oeqa/utils/commands.py
+++ b/meta/lib/oeqa/utils/commands.py
@@ -351,10 +351,7 @@ def runqemu(pn, ssh=True, runqemuparams='', image_fstype=None, launch_cmd=None,
351 351
352 finally: 352 finally:
353 targetlogger.removeHandler(handler) 353 targetlogger.removeHandler(handler)
354 try: 354 qemu.stop()
355 qemu.stop()
356 except:
357 pass
358 355
359def updateEnv(env_file): 356def updateEnv(env_file):
360 """ 357 """