Skip to content

Commit 017b64b

Browse files
author
Mladen Rusev
committed
provide the COVERAGE_HOST_PATH to the test.sh script
1 parent 07857e1 commit 017b64b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

make/02_mod.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ shared_generate_targets += generate-crds-venconn
5252
## See `hack/e2e/test.sh` for the full test script.
5353
## @category Testing
5454
test-e2e-gke: | $(NEEDS_HELM) $(NEEDS_STEP) $(NEEDS_VENCTL)
55-
./hack/e2e/test.sh
55+
@COVERAGE_HOST_PATH="$(COVERAGE_HOST_PATH)" ./hack/e2e/test.sh
5656

5757
.PHONY: test-helm
5858
## Run `helm unittest`.

0 commit comments

Comments
 (0)