From c056ac945b4a1ee4764f032b8ba51eae053eb000 Mon Sep 17 00:00:00 2001 From: Lukas Ruzicka Date: Jun 25 2024 09:24:10 +0000 Subject: Tidy the _boot_to_anaconda.pm to stop messing with side branches. --- diff --git a/tests/_boot_to_anaconda.pm b/tests/_boot_to_anaconda.pm index de24979..69197ec 100644 --- a/tests/_boot_to_anaconda.pm +++ b/tests/_boot_to_anaconda.pm @@ -128,7 +128,7 @@ sub run { # virtio-console as a root console select_console('user-virtio-console'); my $match = wait_serial ["Use text mode", "Installation"], timeout => 120; - die "Anaconda has not started." unless ($match); + die "Anaconda has not started." unless ($match); if ($match =~ m/Use text mode/) { type_string "2\n"; die "Text version of Anaconda has not started." unless (wait_serial "Installation");