mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2025-08-27 01:25:53 +00:00
Add comment.
This commit is contained in:
parent
c4526fca46
commit
a779a58c15
@ -17,6 +17,11 @@ sub run {
|
||||
|
||||
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")) {
|
||||
# Log onto the graphical session
|
||||
my $login = get_var("USER_LOGIN") // "test";
|
||||
|
Loading…
Reference in New Issue
Block a user