summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rwxr-xr-xapps/files_external/tests/env/stop-swift-ceph.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/files_external/tests/env/stop-swift-ceph.sh b/apps/files_external/tests/env/stop-swift-ceph.sh
index edac1389a78..b1cbe94b482 100755
--- a/apps/files_external/tests/env/stop-swift-ceph.sh
+++ b/apps/files_external/tests/env/stop-swift-ceph.sh
@@ -25,6 +25,8 @@ fi;
# stopping and removing docker containers
for container in `cat $thisFolder/dockerContainerCeph.$EXECUTOR_NUMBER.swift`; do
+ docker logs $container
+
echo "Stopping and removing docker container $container"
# kills running container and removes it
docker rm -f $container