[Pkg-owncloud-commits] [owncloud] 44/129: Fix termination of the ceph docker

David Prévot taffit at moszumanska.debian.org
Thu Nov 5 01:04:21 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch stable8
in repository owncloud.

commit f4e68ca36a93e06e3412af7a361324d3afa9582e
Author: Thomas Müller <thomas.mueller at tmit.eu>
Date:   Fri Oct 16 15:57:50 2015 +0200

    Fix termination of the ceph docker
---
 autotest.sh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/autotest.sh b/autotest.sh
index 73ba740..460fa9e 100755
--- a/autotest.sh
+++ b/autotest.sh
@@ -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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git



More information about the Pkg-owncloud-commits mailing list