From 7d47a88a112e15002953649249d7cefe26464c9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Zaoral?= Date: Fri, 17 May 2024 08:56:05 +0200 Subject: [PATCH] tests: edit csutils repo priority only in Testing Farm --- tests/simple_build/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/simple_build/test.sh b/tests/simple_build/test.sh index a35648e..9c0106e 100755 --- a/tests/simple_build/test.sh +++ b/tests/simple_build/test.sh @@ -10,7 +10,7 @@ TEST_USER="csmock" rlJournalStart rlPhaseStartSetup # use the latest csutils in the Testing Farm - if rlIsFedora || rlIsRHELLike '>7'; then + if test "$PACKIT_FULL_REPO_NAME"; then # 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.