We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d1d6b9 commit 7c2c91eCopy full SHA for 7c2c91e
jenkins-integration-build.sh
@@ -57,7 +57,7 @@ echo "Sync Gateway git commit hash: $SG_COMMIT_HASH"
57
echo "Downloading tool dependencies..."
58
go install -v github.com/axw/gocov/gocov@latest
59
go install -v github.com/AlekSi/gocov-xml@latest
60
-go install -v github.com/gotestyourself/gotestsum@latest
+go install -v gotest.tools/gotestsum@latest
61
set +x # Stop outputting all executed shell commands
62
63
if [ "${SG_TEST_X509:-}" == "true" ] && [ "${COUCHBASE_SERVER_PROTOCOL}" != "couchbases" ]; then
0 commit comments