Skip to content

Commit

Permalink
squash: Get rid of the assert
Browse files Browse the repository at this point in the history
  • Loading branch information
psss committed Nov 8, 2023
1 parent 1afe174 commit cb4046e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/provision/become/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ rlJournalStart
# Try several times to build the container
# https://github.com/teemtee/tmt/issues/2063
for attempt in {1..5}; do
if rlRun "podman build -t become-container-test:latest ."; then
if podman build -t become-container-test:latest . ; then
break
else
echo "Attempt $attempt unsuccessful."
Expand Down

0 comments on commit cb4046e

Please sign in to comment.