Skip to content

Commit 7c2c91e

Browse files
committed
rename gotestsum
1 parent 5d1d6b9 commit 7c2c91e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jenkins-integration-build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ echo "Sync Gateway git commit hash: $SG_COMMIT_HASH"
5757
echo "Downloading tool dependencies..."
5858
go install -v github.com/axw/gocov/gocov@latest
5959
go install -v github.com/AlekSi/gocov-xml@latest
60-
go install -v github.com/gotestyourself/gotestsum@latest
60+
go install -v gotest.tools/gotestsum@latest
6161
set +x # Stop outputting all executed shell commands
6262

6363
if [ "${SG_TEST_X509:-}" == "true" ] && [ "${COUCHBASE_SERVER_PROTOCOL}" != "couchbases" ]; then

0 commit comments

Comments
 (0)