diff options
Diffstat (limited to 'apps')
-rwxr-xr-x | apps/files_external/tests/env/stop-swift-ceph.sh | 2 |
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 |