Skip to content

Commit

Permalink
Merge pull request os-autoinst#20575 from lansuse/master
Browse files Browse the repository at this point in the history
xfstests: install dependency packages on MicroOS
  • Loading branch information
SeroSun authored Nov 8, 2024
2 parents 0cc1857 + 73d7769 commit 1714819
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/xfstests/install.pm
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ sub install_xfstests_from_repo {
unless (is_sle_micro('>=6.0')) {
trup_call('--continue pkg install fio');
}
if (scalar @PACKAGES > 2) {
trup_call('--continue pkg install --replacefiles ' . join(' ', @PACKAGES[2 .. $#PACKAGES]));
}
reboot_on_changes;
}
else {
Expand Down

0 comments on commit 1714819

Please sign in to comment.