1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2025-08-27 09:35:48 +00:00

Add comment.

This commit is contained in:
Lukáš Růžička 2021-12-01 15:25:30 +01:00
parent c4526fca46
commit a779a58c15

View File

@ -17,6 +17,11 @@ sub run {
boot_to_login_screen; boot_to_login_screen;
# If we want to test system upgrade via GUI, we need to make sure
# that Gnome Software allows to see prerelease upgrades, too.
# We want to deal with it here, in order to save one restart
# between the steps.
if (get_var("GUI_UPGRADE")) { if (get_var("GUI_UPGRADE")) {
# Log onto the graphical session # Log onto the graphical session
my $login = get_var("USER_LOGIN") // "test"; my $login = get_var("USER_LOGIN") // "test";