Merge pull request #128025 from bart0sh/PR159-Makefile-fix-escaping

Makefile: escape $ to prevent confusing output
This commit is contained in:
Kubernetes Prow Robot 2024-10-13 03:28:19 +01:00 committed by GitHub
commit 17d7f1b564
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -203,7 +203,7 @@ define TEST_IT_HELP_INFO
# Example:
# make test-integration
# make test-integration WHAT=./test/integration/kubelet GOFLAGS="-v -coverpkg=./pkg/kubelet/..." KUBE_COVER="y"
# make test-integration WHAT=./test/integration/pods GOFLAGS="-v" KUBE_TEST_ARGS='-run ^TestPodUpdateActiveDeadlineSeconds$'
# make test-integration WHAT=./test/integration/pods GOFLAGS="-v" KUBE_TEST_ARGS='-run ^TestPodUpdateActiveDeadlineSeconds$$'
endef
.PHONY: test-integration
ifeq ($(PRINT_HELP),y)