From fed3994cdbcbd58852f82ced1cf5f0d34eed83d5 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Thomas=20M=C3=BCller?= <thomas.mueller@tmit.eu>
Date: Fri, 16 Oct 2015 15:57:50 +0200
Subject: [PATCH] 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 73ba74009f..460fa9e38b 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
-- 
GitLab