Skip to content

Commit

Permalink
tests: do not use dnf config-manager
Browse files Browse the repository at this point in the history
... because the current syntax is not compatible with dnf5 and plain
`echo` is much simpler.
  • Loading branch information
lzaoral committed May 17, 2024
1 parent 6ef4173 commit 95f4bb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/simple_build/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ rlJournalStart
# By default the testing-farm-tag-repository has higher priority
# than our development COPR repo. Therefore, we need to flip the
# priorities and update the packages manually.
rlRun "dnf config-manager --save --setopt='copr:copr.fedorainfracloud.org:group_codescan:csutils.priority=1'"
rlRun "echo 'priority=1' >> /etc/yum.repos.d/group_codescan-csutils-*.repo"
rlRun "dnf upgrade -y 'cs*'"
fi

Expand Down

0 comments on commit 95f4bb3

Please sign in to comment.