Skip to content
Snippets Groups Projects
Commit fed3994c authored by Thomas Müller's avatar Thomas Müller
Browse files

Fix termination of the ceph docker

parent b04e0dec
No related branches found
No related tags found
No related merge requests found
...@@ -270,8 +270,9 @@ function execute_tests { ...@@ -270,8 +270,9 @@ function execute_tests {
fi fi
if [ "$PRIMARY_STORAGE_CONFIG" == "swift" ] ; then if [ "$PRIMARY_STORAGE_CONFIG" == "swift" ] ; then
cd ..
echo "Kill the swift docker" echo "Kill the swift docker"
objectstore/stop-swift-ceph.sh tests/objectstore/stop-swift-ceph.sh
fi fi
if [ ! -z "$DOCKER_CONTAINER_ID" ] ; then if [ ! -z "$DOCKER_CONTAINER_ID" ] ; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment