File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -270,7 +270,7 @@ test: generate-deepcopy-test generate-manifest-test generate-mocks lint $(GINKGO
270270 @$(GINKGO_V2 ) --label-filter=" !integ" --cover -coverprofile cover.out --covermode=atomic -v ./api/... ./controllers/... ./pkg/...; EXIT_STATUS=$$? ; \
271271 ./hack/testing_ginkgo_recover_statements.sh --remove; exit $$ EXIT_STATUS
272272
273- CLUSTER_TEMPLATES_INPUT_FILES =$(shell find test/e2e/data/infrastructure-cloudstack/v1beta* /* / cluster-template* test/e2e/data/infrastructure-cloudstack/* /bases/* -type f)
273+ CLUSTER_TEMPLATES_INPUT_FILES =$(shell find test/e2e/data/infrastructure-cloudstack/v1beta* /cluster-template* test/e2e/data/infrastructure-cloudstack/* /bases/* -type f)
274274CLUSTER_TEMPLATES_OUTPUT_FILES =$(shell find test/e2e/data/infrastructure-cloudstack -type d -name "cluster-template* " -exec echo {}.yaml \;)
275275.PHONY : e2e-cluster-templates
276276e2e-cluster-templates : $(CLUSTER_TEMPLATES_OUTPUT_FILES ) # # Generate cluster template files for e2e testing.
You can’t perform that action at this time.
0 commit comments