From 27e1e332b14a901b0972f0b6d3ddcc315adf795e Mon Sep 17 00:00:00 2001 From: tomchon Date: Thu, 1 Sep 2022 23:16:40 +0800 Subject: [PATCH] test: modify checkpackages scritps of arm64 --- packaging/testpackage.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/testpackage.sh b/packaging/testpackage.sh index d1d1efafed..2101ddbf1c 100755 --- a/packaging/testpackage.sh +++ b/packaging/testpackage.sh @@ -236,7 +236,7 @@ if [[ ${packgeName} =~ "Lite" ]] || [[ ${packgeName} =~ "client" ]] || ([[ $ wgetFile taosTools-2.1.2-Linux-x64.tar.gz . tar xf taosTools-2.1.2-Linux-x64.tar.gz cd taosTools-2.1.2 && bash install-taostools.sh -elif ([[ ${packgeName} =~ "arm64" ]] && [[ ${packgeName} =~ "server" ]]);then +elif ([[ ${packgeName} =~ "arm64" ]] && [[ ${packgeName} =~ "client" ]]);then echoColor G "===== install taos-tools when package is lite or client =====" cd ${installPath} wgetFile taosTools-2.1.2-Linux-arm64.tar.gz . -- GitLab