Skip to content

Commit

Permalink
FIXME: rmi pause. Is there a better place to do this?
Browse files Browse the repository at this point in the history
Signed-off-by: Ed Santiago <[email protected]>
  • Loading branch information
edsantiago committed Nov 13, 2024
1 parent b1d30e6 commit 535ceae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/system/setup_suite.bash
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ function teardown_suite() {
stop_registry
local exit_code=$?

run_podman '?' rmi $(pause_image)

# At end, if all tests have passed, check for leaks.
# Don't do this if there were errors: failing tests may not clean up.
if [[ -e "$BATS_SUITE_TMPDIR/all-tests-passed" ]]; then
Expand Down

0 comments on commit 535ceae

Please sign in to comment.