Skip to content

Commit

Permalink
Fix termination of the ceph docker
Browse files Browse the repository at this point in the history
  • Loading branch information
DeepDiver1975 committed Oct 16, 2015
1 parent b04e0de commit fed3994
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion autotest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fed3994

Please sign in to comment.