diff --git a/tests/develop-test/3-connectors/go/test.sh b/tests/develop-test/3-connectors/go/test.sh index f29e59c8675bfa26416a82de4cf2fa6ebe527427..915f7f4d6e96d339e91c747b2d2464f73d86bae5 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 f29e59c8675bfa26416a82de4cf2fa6ebe527427..1c6d8fbc2c5da6633d749054a19a5bde7772faf7 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