1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2024-09-22 23:17:21 +00:00

Fix syntax.

This commit is contained in:
Lukas Ruzicka 2018-06-27 10:38:45 +02:00
parent f610617fc6
commit 57c0a1a2a3

View File

@ -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";