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 2c13816 commit 791a391Copy full SHA for 791a391
Makefile
@@ -145,7 +145,7 @@ test-e2e: manifests generate fmt vet ginkgo
145
FIREWALL_SIZE=$(E2E_FIREWALL_SIZE) \
146
FIREWALL_NETWORKS=$(E2E_FIREWALL_NETWORKS) \
147
ARTIFACTS=$(ARTIFACTS) \
148
- $(GINKGO) -vv -r --junit-report="junit.e2e_suite.xml" --cover -- ./test/e2e/frmwrk -timeout 60m
+ $(GINKGO) -vv -r --junit-report="junit.e2e_suite.xml" --output-dir="$(ARTIFACTS)" -timeout 60m ./test/e2e/frmwrk
149
150
.PHONY: lint
151
lint: golangci-lint ## Run golangci-lint linter
0 commit comments