From b04e0deccc8f616dbdba175a31a1c6e5b723dc99 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Thomas=20M=C3=BCller?= <thomas.mueller@tmit.eu>
Date: Fri, 16 Oct 2015 13:27:27 +0200
Subject: [PATCH] Fix termination of the ceph docker

---
 autotest.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/autotest.sh b/autotest.sh
index 42807b83e11..73ba74009f2 100755
--- a/autotest.sh
+++ b/autotest.sh
@@ -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
-- 
GitLab