Skip to content

Commit

Permalink
fix make test-short (#14428)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmank88 authored Sep 16, 2024
1 parent ac3523a commit d5b88d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 ""
Expand Down

0 comments on commit d5b88d7

Please sign in to comment.