Skip to content

Commit 9dc27e9

Browse files
fix bug in Makefile
1 parent dad39bf commit 9dc27e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/root/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ define TEST_IT_HELP_INFO
203203
# Example:
204204
# make test-integration
205205
# 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$$'
206+
# make test-integration WHAT=./test/integration/pods GOFLAGS="-v" KUBE_TEST_ARGS='-run ^TestPodUpdateActiveDeadlineSeconds$'
207207
endef
208208
.PHONY: test-integration
209209
ifeq ($(PRINT_HELP),y)

0 commit comments

Comments
 (0)