1
0
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:
Lukas Ruzicka 2018-06-29 12:03:42 +02:00
parent 4008bdb636
commit 3bb3a0aefb

View File

@ -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 };