We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dad39bf commit 9dc27e9Copy full SHA for 9dc27e9
build/root/Makefile
@@ -203,7 +203,7 @@ define TEST_IT_HELP_INFO
203
# Example:
204
# make test-integration
205
# make test-integration WHAT=./test/integration/kubelet GOFLAGS="-v -coverpkg=./pkg/kubelet/..." KUBE_COVER="y"
206
-# 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$'
207
endef
208
.PHONY: test-integration
209
ifeq ($(PRINT_HELP),y)
0 commit comments