From bdd26a09eed7cf24d1c7cdbbeb9ca68ea097e39b Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Sun, 19 Aug 2018 10:03:27 -0400 Subject: [PATCH] Have kickstart tests handle RHBZ#1618928 too Signed-off-by: Adam Williamson --- tests/_boot_to_anaconda.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/_boot_to_anaconda.pm b/tests/_boot_to_anaconda.pm index 360adb0f..829a22c5 100644 --- a/tests/_boot_to_anaconda.pm +++ b/tests/_boot_to_anaconda.pm @@ -39,7 +39,7 @@ sub run { # wait for the bootloader *here* - in a test that inherits from # anacondatest - so that if something goes wrong during install, # we get anaconda logs - assert_screen "bootloader", 1800; + assert_screen ["bootloader", "grub_error_page"], 1800; } else { if (get_var("ANACONDA_TEXT")) {