瀏覽代碼

Fix termination of the ceph docker

Thomas Müller 9 年之前
父節點
當前提交
fed3994cdb
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      autotest.sh

+ 2 - 1
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