From 3c58cab7a02d99c00c0b3fec8fe80c56ac67363a Mon Sep 17 00:00:00 2001 From: Ed Bartosh Date: Sat, 12 Oct 2024 23:27:19 +0300 Subject: [PATCH] Revert "fix bug in Makefile" This reverts commit 9dc27e93fbd0cc48bbad68beea1df42b8c5aa23a. --- build/root/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/root/Makefile b/build/root/Makefile index 8c7515bfdf7d6..af5239b3f7d21 100644 --- a/build/root/Makefile +++ b/build/root/Makefile @@ -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)