Skip to content

Commit c12f58b

Browse files
committed
Don't use --stream in for E2E ginkgo output
1 parent 8f1c23b commit c12f58b

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
@@ -122,7 +122,7 @@ test: ## Run tests
122122
# Can be run manually, e.g. via:
123123
# export OPENSTACK_CLOUD_YAML_FILE="$(pwd)/clouds.yaml"
124124
# E2E_GINKGO_ARGS="-stream -focus='default'" E2E_ARGS="-use-existing-cluster='true'" make test-e2e
125-
E2E_GINKGO_ARGS ?= -stream
125+
E2E_GINKGO_ARGS ?=
126126
.PHONY: test-e2e ## Run e2e tests using clusterctl
127127
test-e2e: $(GINKGO) $(KIND) $(KUSTOMIZE) e2e-image test-e2e-image-prerequisites ## Run e2e tests
128128
time $(GINKGO) --failFast -trace -progress -v -tags=e2e --nodes=$(E2E_GINKGO_PARALLEL) $(E2E_GINKGO_ARGS) ./test/e2e/suites/e2e/... -- -config-path="$(E2E_CONF_PATH)" -artifacts-folder="$(ARTIFACTS)" --data-folder="$(E2E_DATA_DIR)" $(E2E_ARGS)

0 commit comments

Comments
 (0)