Browse Source

Fix termination of the ceph docker

tags/v9.0beta1
Thomas Müller 8 years ago
parent
commit
fed3994cdb
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      autotest.sh

+ 2
- 1
autotest.sh 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

Loading…
Cancel
Save