From b7ac16da0464a647a89c4cb207573073f782265e Mon Sep 17 00:00:00 2001 From: hanling Date: Fri, 1 Sep 2023 10:12:46 +0800 Subject: [PATCH] fix: e2e test INIT_ENV argument --- test/e2e/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/Makefile b/test/e2e/Makefile index de6ff808e1f..ec9f1a5cd64 100644 --- a/test/e2e/Makefile +++ b/test/e2e/Makefile @@ -4,7 +4,7 @@ GOPATH ?= $(shell $(GO) env GOPATH) GINKGO_VERSION = 2.9.1 GINKGO = $(GOPATH)/bin/ginkgo HELM_VERSION ?= v3.9.0 - +INIT_ENV ?= false # The help target prints out all targets with their descriptions organized # beneath their categories. The categories are represented by '##@' and the # target descriptions by '##'. The awk commands is responsible for reading the