diff --git a/test.sh b/test.sh index 21eae1dfed..79a3501648 100755 --- a/test.sh +++ b/test.sh @@ -60,7 +60,7 @@ then echo "mode: count" >"${COVERAGE_PATH}" pkgs=$(go list -f '{{ if .TestGoFiles }}{{.ImportPath}}{{end}}' ./cmd/... ./pkg/... | xargs) go test \ - -v -ldflags="$MINIKUBE_LDFLAGS" \ + -ldflags="$MINIKUBE_LDFLAGS" \ -tags "container_image_ostree_stub containers_image_openpgp" \ -covermode=count \ -coverprofile="${cov_tmp}" \