From d5b88d74a9ec3890f5ce998259ed2aac4ddc95b1 Mon Sep 17 00:00:00 2001 From: Jordan Krage Date: Mon, 16 Sep 2024 09:15:07 -0500 Subject: [PATCH] fix make test-short (#14428) --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GNUmakefile b/GNUmakefile index de5511ce6df..23082a1f5ae 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -178,7 +178,7 @@ modgraph: .PHONY: test-short test-short: ## Run 'go test -short' and suppress uninteresting output - go test -short ./... | grep -v "[no test files]" | grep -v "\(cached\)" + go test -short ./... | grep -v "no test files" | grep -v "\(cached\)" help: @echo ""