Jelajahi Sumber

integration: update for 3.0

Chris Bannister 9 tahun lalu
induk
melakukan
dc0c1effc8
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      integration.sh

+ 1 - 1
integration.sh

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