소스 검색

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