Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion qemu/tests/dump_guest_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def check_vmcore_file():
cmd = "dnf debuginfo-install -y %s" % " ".join(debuginfo_pkgs)
try:
process.run(cmd, timeout=900, shell=True)
except (process.CmdError, process.TimeoutError) as e:
except process.CmdError as e:
test.fail("Failed to install debuginfo packages: %s" % e)

trigger_core_dump_command = params["trigger_core_dump_command"]
Expand Down