Skip to content

Commit

Permalink
Merge pull request kubernetes#128025 from bart0sh/PR159-Makefile-fix-…
Browse files Browse the repository at this point in the history
…escaping

Makefile: escape $ to prevent confusing output
  • Loading branch information
k8s-ci-robot authored Oct 13, 2024
2 parents e9f0ea6 + 3c58cab commit 17d7f1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/root/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 17d7f1b

Please sign in to comment.