From 9564f3f340336636d64907efa748d64a98bab0cd Mon Sep 17 00:00:00 2001 From: "Xiaoli Ai(Alice)" Date: Fri, 27 Sep 2024 03:17:39 -0400 Subject: [PATCH] remove fake die --- tests/virt_autotest/login_console.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/virt_autotest/login_console.pm b/tests/virt_autotest/login_console.pm index 20a85add0f9b..35c12661a457 100644 --- a/tests/virt_autotest/login_console.pm +++ b/tests/virt_autotest/login_console.pm @@ -302,7 +302,6 @@ sub run { # Provide a screenshot to check if the kernel parameters are correct before tests begin script_run("cat /proc/cmdline") if !is_s390x; save_screenshot; - die "Die on purpose, please check post_fail_hook if it is expected"; } sub post_fail_hook {