소스 검색

integration: update for 3.0

Chris Bannister 9 년 전
부모
커밋
db5d202d12
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      integration.sh

+ 1 - 1
integration.sh

@@ -47,7 +47,7 @@ function run_tests() {
 		proto=2
 	elif [[ $version == 2.1.* ]]; then
 		proto=3
-	elif [[ $version == 2.2.* ]]; then
+	elif [[ $version == 2.2.* || $version == 3.0.* ]]; then
 		proto=4
 		ccm updateconf 'enable_user_defined_functions: true'
 	elif [[ $version == 3.*.* ]]; then