mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-04 18:00:08 +00:00
Merge pull request #128025 from bart0sh/PR159-Makefile-fix-escaping
Makefile: escape $ to prevent confusing output
This commit is contained in:
commit
17d7f1b564
@ -203,7 +203,7 @@ define TEST_IT_HELP_INFO
|
|||||||
# Example:
|
# Example:
|
||||||
# make test-integration
|
# make test-integration
|
||||||
# make test-integration WHAT=./test/integration/kubelet GOFLAGS="-v -coverpkg=./pkg/kubelet/..." KUBE_COVER="y"
|
# 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
|
endef
|
||||||
.PHONY: test-integration
|
.PHONY: test-integration
|
||||||
ifeq ($(PRINT_HELP),y)
|
ifeq ($(PRINT_HELP),y)
|
||||||
|
Loading…
Reference in New Issue
Block a user