diff --git a/scripts/travis_go_checker.sh b/scripts/travis_go_checker.sh index 70638377a5..c6c7640caf 100755 --- a/scripts/travis_go_checker.sh +++ b/scripts/travis_go_checker.sh @@ -84,7 +84,7 @@ fi echo "Running go test..." # Fix https://github.com/golang/go/issues/44129#issuecomment-788351567 go get -t ./... -if go test -v -count=1 -vet=all -race ./... +if go test -count=1 -vet=all -race ./... then echo "go test succeeded." else