From e7199f78aafe3dd7a8c4b80b70841c76bf6ec623 Mon Sep 17 00:00:00 2001 From: Jordan Krage Date: Mon, 1 Jul 2024 10:02:56 -0500 Subject: [PATCH] add make test-short for running short tests with quiet logs (#13628) --- GNUmakefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/GNUmakefile b/GNUmakefile index b3077278a17..8353a288e87 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -179,6 +179,10 @@ goreleaser-dev-release: ## run goreleaser snapshot release modgraph: ./tools/bin/modgraph > go.md +.PHONY: test-short +test-short: ## Run 'go test -short' and suppress uninteresting output + go test -short ./... | grep -v "[no test files]" | grep -v "\(cached\)" + help: @echo "" @echo " .__ .__ .__ .__ __"