mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-11 17:34:23 +00:00
Move condition.
This commit is contained in:
parent
4008bdb636
commit
3bb3a0aefb
@ -24,11 +24,12 @@ sub run {
|
||||
|
||||
my $update_command = 'dnf -y install dnf-plugin-system-upgrade';
|
||||
assert_script_run $update_command, 600;
|
||||
|
||||
if (get_var("ASSUME_BOOT",0) == 1) {
|
||||
desktop_vt;
|
||||
}
|
||||
}
|
||||
|
||||
if (get_var("ASSUME_BOOT",0) == 1) {
|
||||
desktop_vt;
|
||||
}
|
||||
|
||||
sub test_flags {
|
||||
return { fatal => 1 };
|
||||
|
Loading…
Reference in New Issue
Block a user