Skip to content

Commit 5bacf12

Browse files
committed
Add more verbose output
Signed-off-by: Petr "Stone" Hracek <[email protected]>
1 parent 99ebb9e commit 5bacf12

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/test-lib-nodejs.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -692,7 +692,11 @@ function test_latest_imagestreams() {
692692
function cleanup() {
693693
info "Cleaning up the test application image ${IMAGE_NAME}-testapp"
694694
if image_exists ${IMAGE_NAME}-testapp; then
695+
echo "Image ${IMAGE_NAME}-testapp already exists, now cleaning up..."
696+
docker images
697+
docker ps -a
695698
docker rmi -f ${IMAGE_NAME}-testapp
699+
echo "Docker removed the image properly"
696700
fi
697701
}
698702

0 commit comments

Comments
 (0)