mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-24 06:43:08 +00:00
Whoops, fix a wait_still_screen call from last commit
Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
7465985c50
commit
86c975e49a
@ -94,7 +94,7 @@ sub run {
|
||||
console_login(user => get_var("USER_LOGIN", "test"), password => get_var("USER_PASSWORD", "weakpassword"));
|
||||
wait_still_screen 3;
|
||||
type_string "sudo su\n";
|
||||
wait_still screen 3;
|
||||
wait_still_screen 3;
|
||||
type_string "$password\n";
|
||||
wait_still_screen 3;
|
||||
my $root_password = get_var("ROOT_PASSWORD") || "weakpassword";
|
||||
|
Loading…
Reference in New Issue
Block a user