Skip to content

Commit 38538fd

Browse files
committed
export hack/tools/bin folder to PATH
1 parent 03a9ef6 commit 38538fd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,7 @@ e2e-essentials: $(GINKGO_V1) e2e-cluster-templates kind-cluster ## Fulfill essen
269269

270270
JOB ?= .*
271271
run-e2e: e2e-essentials ## Run e2e testing. JOB is an optional REGEXP to select certainn test cases to run. e.g. JOB=PR-Blocking, JOB=Conformance
272+
export PATH=$(REPO_ROOT)/$(TOOLS_BIN_DIR):$(PATH) && \
272273
kubectl apply -f cloud-config.yaml && \
273274
cd test/e2e && \
274275
$(REPO_ROOT)/$(GINKGO_V1) -v -trace -tags=e2e -focus=$(JOB) -skip=Conformance -nodes=1 -noColor=false ./... -- \

0 commit comments

Comments
 (0)