1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2024-09-24 15:47:23 +00:00

Have kickstart tests handle RHBZ#1618928 too

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2018-08-19 10:03:27 -04:00
parent 6a1505a175
commit bdd26a09ee

View File

@ -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")) {