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 aa0c3bf commit e006c1eCopy full SHA for e006c1e
Makefile
@@ -76,7 +76,12 @@ test: ## Run unit tests
76
77
.PHONY: test-e2e
78
test-e2e: ## Run e2e tests
79
- go run ./test/e2e/*.go -alsologtostderr $${NAMESPACE:+--namespace=$${NAMESPACE}} $${FOCUS:+--focus=$${FOCUS}}
+ go test -timeout 60m \
80
+ -v $(REPO_PATH)/vendor/github.com/openshift/cluster-api-actuator-pkg/pkg/e2e \
81
+ -kubeconfig $${KUBECONFIG:-~/.kube/config} \
82
+ -machine-api-namespace $${NAMESPACE:-openshift-machine-api} \
83
+ -ginkgo.v \
84
+ -args -v 5 -logtostderr true
85
86
.PHONY: lint
87
lint: ## Go lint your code
0 commit comments