revert verbosity of tests

Signed-off-by: Ashish Amarnath <ashisham@vmware.com>
This commit is contained in:
Ashish Amarnath
2020-05-06 16:01:19 -07:00
parent c49afd44bd
commit f3a4efe075

View File

@@ -35,5 +35,5 @@ if [[ -n "${GOFLAGS:-}" ]]; then
echo "GOFLAGS: ${GOFLAGS}"
fi
go test -installsuffix "static" -timeout 60s -v "${TARGETS[@]}"
go test -installsuffix "static" -timeout 60s "${TARGETS[@]}"
echo "Success!"