diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-12-19 15:13:29 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-19 15:13:29 +0100 |
commit | c1a7911f37d5b9791be68f3a9e6478771d565731 (patch) | |
tree | 9da33173cc40631d1df9744682763f26376cebb9 /test/system/helpers.bash | |
parent | e6b843312b93ddaf99d0ef94a7e60ff66bc0eac8 (diff) | |
parent | ebc4ae660d18e65dad3946018d3bd59605073227 (diff) | |
download | podman-c1a7911f37d5b9791be68f3a9e6478771d565731.tar.gz podman-c1a7911f37d5b9791be68f3a9e6478771d565731.tar.bz2 podman-c1a7911f37d5b9791be68f3a9e6478771d565731.zip |
Merge pull request #4689 from edsantiago/bats
podman images history test - clean up
Diffstat (limited to 'test/system/helpers.bash')
-rw-r--r-- | test/system/helpers.bash | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/system/helpers.bash b/test/system/helpers.bash index 8c061d2c9..940f3f426 100644 --- a/test/system/helpers.bash +++ b/test/system/helpers.bash @@ -36,7 +36,7 @@ function basic_setup() { if [ "$1" == "$PODMAN_TEST_IMAGE_FQN" ]; then found_needed_image=1 else - echo "# setup(): removing stray images" >&3 + echo "# setup(): removing stray images $1 $2" >&3 run_podman rmi --force "$1" >/dev/null 2>&1 || true run_podman rmi --force "$2" >/dev/null 2>&1 || true fi |