Skip to content

Commit

Permalink
beaker-tests-sanity: respect COPR_CLEANUP=false directive
Browse files Browse the repository at this point in the history
  • Loading branch information
FrostyX authored and praiskup committed Dec 17, 2024
1 parent ffbc274 commit c475a5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ rlJournalStart
rlPhaseEnd

rlPhaseStartCleanup
rlRun "copr-cli delete ${NAME_PREFIX}Createrepo"
cleanProject "${NAME_PREFIX}Createrepo"
rlRun "dnf -y copr remove ${URL}/${NAME_PREFIX}Createrepo"
rlPhaseEnd
rlJournalPrintText
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,11 @@ rlJournalStart
rlAssertRpm "hello"
rlRun "dnf remove hello -y"
rlRun "yes | dnf copr remove $DNF_COPR_ID/$project"

rlRun "copr-cli delete $project"
done
rlPhaseEnd

rlPhaseStartCleanup
cleanProject "$project"
workdirCleanup
rlPhaseEnd
rlJournalPrintText
Expand Down

0 comments on commit c475a5b

Please sign in to comment.