We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07857e1 commit 017b64bCopy full SHA for 017b64b
make/02_mod.mk
@@ -52,7 +52,7 @@ shared_generate_targets += generate-crds-venconn
52
## See `hack/e2e/test.sh` for the full test script.
53
## @category Testing
54
test-e2e-gke: | $(NEEDS_HELM) $(NEEDS_STEP) $(NEEDS_VENCTL)
55
- ./hack/e2e/test.sh
+ @COVERAGE_HOST_PATH="$(COVERAGE_HOST_PATH)" ./hack/e2e/test.sh
56
57
.PHONY: test-helm
58
## Run `helm unittest`.
0 commit comments