mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-11 17:34:23 +00:00
Fix syntax.
This commit is contained in:
parent
f610617fc6
commit
57c0a1a2a3
@ -12,10 +12,10 @@ sub run {
|
||||
}
|
||||
|
||||
# log as the test user
|
||||
script_run "su --login test"
|
||||
script_run "su --login test";
|
||||
|
||||
# switch back to the graphics
|
||||
send_key "ctrl-alt-f2"
|
||||
send_key "ctrl-alt-f2";
|
||||
|
||||
# disable screen blanking (download can take a long time)
|
||||
script_run "setterm -blank 0";
|
||||
|
Loading…
Reference in New Issue
Block a user