Browse Source

Fix termination of the ceph docker

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

+ 1
- 1
autotest.sh View File

@@ -271,7 +271,7 @@ function execute_tests {

if [ "$PRIMARY_STORAGE_CONFIG" == "swift" ] ; then
echo "Kill the swift docker"
tests/objectstore/stop-swift-ceph.sh
objectstore/stop-swift-ceph.sh
fi

if [ ! -z "$DOCKER_CONTAINER_ID" ] ; then

Loading…
Cancel
Save