Browse Source

test: release tests with v3.2+

Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
Gyu-Ho Lee 8 years ago
parent
commit
307331cc31
1 changed files with 1 additions and 1 deletions
  1. 1 1
      test

+ 1 - 1
test

@@ -170,7 +170,7 @@ function grpcproxy_pass {
 function release_pass {
 function release_pass {
 	rm -f ./bin/etcd-last-release
 	rm -f ./bin/etcd-last-release
 	# to grab latest patch release; bump this up for every minor release
 	# to grab latest patch release; bump this up for every minor release
-	UPGRADE_VER=$(git tag -l --sort=-version:refname "v3.1.*" | head -1)
+	UPGRADE_VER=$(git tag -l --sort=-version:refname "v3.2.*" | head -1)
 	if [ -n "$MANUAL_VER" ]; then
 	if [ -n "$MANUAL_VER" ]; then
 		# in case, we need to test against different version
 		# in case, we need to test against different version
 		UPGRADE_VER=$MANUAL_VER
 		UPGRADE_VER=$MANUAL_VER