提交 581302ce 编写于 作者: L Lucas Meneghel Rodrigues

kvm: nmi_bsod_catch - Fix typo

Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
上级 d134b821
......@@ -80,9 +80,8 @@ def run_nmi_bsod_catch(test, params, env):
pass
s, o = session.cmd_status_output(analyze_cmd, timeout=1200)
if s:
raise error.TestFail("Fail command: %s. Output: %s" % \
(analyze_cmd, o))
vm.copy_files_from("%s/*.log" % dst_path, ".")
raise error.TestFail("Fail command: %s. Output: %s" %
(analyze_cmd, o))
finally:
if session is not None and del_dump_cmd:
session.sendline(del_dump_cmd)
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册