From 6ed826f743cd2ba28444a162179d5ecf8e9bbf75 Mon Sep 17 00:00:00 2001 From: Jintao Zhang Date: Wed, 15 Nov 2023 10:35:21 +0800 Subject: [PATCH] add debug log Signed-off-by: Jintao Zhang --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f14045396..c7322706a 100644 --- a/Makefile +++ b/Makefile @@ -172,7 +172,7 @@ kind-e2e-chart-tests: ## Run helm chart e2e tests e2e-test-binary: ## Build binary for e2e tests. @build/run-in-docker.sh \ MAC_OS=$(MAC_OS) \ - GOBIN=/tmp/bin go generate tools/ginkgo.go && /tmp/bin/ginkgo build ./test/e2e + GOBIN=/tmp/bin go generate tools/ginkgo.go && ls /tmp/bin/ginkgo && /tmp/bin/ginkgo build ./test/e2e .PHONY: print-e2e-suite print-e2e-suite: e2e-test-binary ## Prints information about the suite of e2e tests.