From f3a4efe075565b2f04e1370c79d18d566726f045 Mon Sep 17 00:00:00 2001 From: Ashish Amarnath Date: Wed, 6 May 2020 16:01:19 -0700 Subject: [PATCH] revert verbosity of tests Signed-off-by: Ashish Amarnath --- hack/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/test.sh b/hack/test.sh index b54143363..deaf5ce3c 100755 --- a/hack/test.sh +++ b/hack/test.sh @@ -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!"