Skip to content
This repository was archived by the owner on Aug 12, 2025. It is now read-only.

Commit b978938

Browse files
committed
Fix ginkgo arguments
Signed-off-by: Chris Privitere <[email protected]>
1 parent e332cda commit b978938

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,13 +162,13 @@ run-e2e-tests: $(KUSTOMIZE) $(GINKGO) $(E2E_CONF_FILE) e2e-test-templates $(if $
162162
cd test/e2e; time $(GINKGO) -v --trace --tags=e2e \
163163
--randomize-all -race $(GINKGO_ADDITIONAL_ARGS) \
164164
--focus=$(GINKGO_FOCUS) --skip=$(GINKGO_SKIP) \
165-
-nodes=$(GINKGO_NODES) --no-color=$(GINKGO_NOCOLOR) \
165+
--nodes=$(GINKGO_NODES) --no-color=$(GINKGO_NOCOLOR) \
166166
--output-dir="$(ARTIFACTS)" --junit-report="junit.e2e_suite.1.xml" \
167167
--flake-attempts=$(GINKGO_FLAKE_ATTEMPTS) ./ -- \
168168
-e2e.artifacts-folder="$(ARTIFACTS)" \
169169
-e2e.config="$(E2E_CONF_FILE)" \
170170
-e2e.skip-resource-cleanup=$(SKIP_CLEANUP) \
171-
-e2e.use-existing-cluster=$(SKIP_CREATE_MGMT_CLUSTER)
171+
-e2e.use-existing-cluster=$(SKIP_CREATE_MGMT_CLUSTER)
172172

173173
.PHONY: test-e2e-conformance
174174
test-e2e-conformance:

0 commit comments

Comments
 (0)