mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-21 21:43:08 +00:00
Make the changed handle_welcome_screen conditional clearer
Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
ddb3f44c57
commit
b9500536cc
@ -88,7 +88,7 @@ sub run {
|
||||
my $dut = get_var("DEPLOY_UPLOAD_TEST", "2");
|
||||
my $relnum = get_release_number;
|
||||
handle_welcome_screen if (
|
||||
($desktop eq 'gnome' || $desktop eq 'kde' && $relnum > 37) &&
|
||||
($desktop eq 'gnome' || ($desktop eq 'kde' && $relnum > 37)) &&
|
||||
$sat ne $dut &&
|
||||
!get_var("_WELCOME_DONE")
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user