We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1eb1d9a commit f98dd2eCopy full SHA for f98dd2e
qemu/tests/dump_guest_core.py
@@ -82,7 +82,7 @@ def check_vmcore_file():
82
cmd = "dnf debuginfo-install -y %s" % " ".join(debuginfo_pkgs)
83
try:
84
process.run(cmd, timeout=900, shell=True)
85
- except (process.CmdError, process.TimeoutError) as e:
+ except (process.CmdError, TimeoutError) as e:
86
test.fail("Failed to install debuginfo packages: %s" % e)
87
88
trigger_core_dump_command = params["trigger_core_dump_command"]
0 commit comments