1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2024-11-15 03:03:11 +00:00

Tidy script.

This commit is contained in:
Lukas Ruzicka 2024-11-14 13:01:39 +01:00
parent 725c9b67b6
commit 2ce74f3e0b

View File

@ -33,7 +33,7 @@ sub run {
# ctrl-alt-f2
select_console "tty2-console";
# Sometimes, we can see an authentication dialogue which
# prevents the test from continuing. Authenticate,
# prevents the test from continuing. Authenticate,
# if that is the case.
my $pass = get_var("USER_PASSWORD", "weakpassword");
if (check_screen("auth_required", timeout => 30)) {