diff options
-rw-r--r-- | meta/lib/oeqa/utils/commands.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/lib/oeqa/utils/commands.py b/meta/lib/oeqa/utils/commands.py index 933af92dce..da705295bc 100644 --- a/meta/lib/oeqa/utils/commands.py +++ b/meta/lib/oeqa/utils/commands.py | |||
@@ -342,11 +342,11 @@ def runqemu(pn, ssh=True, runqemuparams='', image_fstype=None, launch_cmd=None, | |||
342 | yield qemu | 342 | yield qemu |
343 | 343 | ||
344 | finally: | 344 | finally: |
345 | targetlogger.removeHandler(handler) | ||
345 | try: | 346 | try: |
346 | qemu.stop() | 347 | qemu.stop() |
347 | except: | 348 | except: |
348 | pass | 349 | pass |
349 | targetlogger.removeHandler(handler) | ||
350 | 350 | ||
351 | def updateEnv(env_file): | 351 | def updateEnv(env_file): |
352 | """ | 352 | """ |