Skip to content

Commit

Permalink
fix help grep in makefile so e2e test shows up
Browse files Browse the repository at this point in the history
  • Loading branch information
christophercampbell committed Aug 9, 2023
1 parent 4241fe3 commit ccab482
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ test-unit: ## Runs the unit tests, skips e2e

.PHONY: help
help: ## Prints this help
@grep -h -E '^[a-zA-Z_-]+:.*?## .*$$' $(MAKEFILE_LIST) \
@grep -h -E '^[a-zA-Z0-9_-]*:.*?## .*$$' $(MAKEFILE_LIST) \
| sort \
| awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}'

0 comments on commit ccab482

Please sign in to comment.