Fix termination of the ceph docker

This commit is contained in:
Thomas Müller 2015-10-16 15:57:50 +02:00
parent b04e0deccc
commit fed3994cdb
1 changed files with 2 additions and 1 deletions

View File

@ -270,8 +270,9 @@ function execute_tests {
fi
if [ "$PRIMARY_STORAGE_CONFIG" == "swift" ] ; then
cd ..
echo "Kill the swift docker"
objectstore/stop-swift-ceph.sh
tests/objectstore/stop-swift-ceph.sh
fi
if [ ! -z "$DOCKER_CONTAINER_ID" ] ; then