1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2025-08-09 18:35:44 +00:00
This commit is contained in:
Lukáš Růžička 2021-12-01 13:24:51 +01:00
parent b23af8307b
commit 4e1f71fdea

View File

@ -29,7 +29,7 @@ sub run {
# Get the login, or select test.
my $login = get_var("USER_LOGIN") // "test";
# Switch to the test user
type_string("su $login\n";)
type_string("su $login\n");
# Use gsettings to enable showing the prerelease
script_run("gsettings set org.gnome.software show-upgrade-prerelease true");
# Return to the root console.