Skip to content

Commit

Permalink
xfstests: Remove old qa-head repo before add new
Browse files Browse the repository at this point in the history
  • Loading branch information
SeroSun committed May 23, 2024
1 parent 78ecc87 commit 07b0e12
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/xfstests/install.pm
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ my @PACKAGES = (qw(xfstests fio), split(/ /, get_var('XFSTESTS_PACKAGES')));

sub install_xfstests_from_repo {
if (is_sle) {
zypper_call('rr qa-head');
add_qa_head_repo(priority => 100);
}
elsif (is_tumbleweed) {
Expand Down

0 comments on commit 07b0e12

Please sign in to comment.