Skip to content

Commit 791a391

Browse files
committed
fix: ginkgo
1 parent 2c13816 commit 791a391

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ test-e2e: manifests generate fmt vet ginkgo
145145
FIREWALL_SIZE=$(E2E_FIREWALL_SIZE) \
146146
FIREWALL_NETWORKS=$(E2E_FIREWALL_NETWORKS) \
147147
ARTIFACTS=$(ARTIFACTS) \
148-
$(GINKGO) -vv -r --junit-report="junit.e2e_suite.xml" --cover -- ./test/e2e/frmwrk -timeout 60m
148+
$(GINKGO) -vv -r --junit-report="junit.e2e_suite.xml" --output-dir="$(ARTIFACTS)" -timeout 60m ./test/e2e/frmwrk
149149

150150
.PHONY: lint
151151
lint: golangci-lint ## Run golangci-lint linter

0 commit comments

Comments
 (0)