From c0d454697ce414f11ebe4253d42708ce2d515d16 Mon Sep 17 00:00:00 2001 From: jiacy-jcy Date: Mon, 27 Dec 2021 16:10:49 +0800 Subject: [PATCH] [test/TD12361](connector):modify test.sh --- tests/develop-test/3-connectors/go/test.sh | 2 +- tests/system-test/3-connectors/go/test.sh | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/tests/develop-test/3-connectors/go/test.sh b/tests/develop-test/3-connectors/go/test.sh index f29e59c867..915f7f4d6e 100755 --- a/tests/develop-test/3-connectors/go/test.sh +++ b/tests/develop-test/3-connectors/go/test.sh @@ -18,6 +18,6 @@ sleep 10 cd ../../ WKC=`pwd` -git clone -b develop git@github.com:taosdata/driver-go.git +git clone git@github.com:taosdata/driver-go.git --branch develop --single-branch --depth 1 cd driver-go go test -v ./... \ No newline at end of file diff --git a/tests/system-test/3-connectors/go/test.sh b/tests/system-test/3-connectors/go/test.sh index f29e59c867..1c6d8fbc2c 100755 --- a/tests/system-test/3-connectors/go/test.sh +++ b/tests/system-test/3-connectors/go/test.sh @@ -17,7 +17,3 @@ nohup taosd -c /etc/taos/ > /dev/null 2>&1 & sleep 10 cd ../../ WKC=`pwd` - -git clone -b develop git@github.com:taosdata/driver-go.git -cd driver-go -go test -v ./... \ No newline at end of file -- GitLab