Make tests noise-free again by default

pull/7572/head
Thomas Stromberg 2020-04-09 22:12:36 -07:00
parent 670d805990
commit b791cdcd08
1 changed files with 1 additions and 1 deletions

View File

@ -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}" \