File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed 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
270
270
@$(GINKGO_V2 ) --label-filter=" !integ" --cover -coverprofile cover.out --covermode=atomic -v ./api/... ./controllers/... ./pkg/...; EXIT_STATUS=$$? ; \
271
271
./hack/testing_ginkgo_recover_statements.sh --remove; exit $$ EXIT_STATUS
272
272
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)
274
274
CLUSTER_TEMPLATES_OUTPUT_FILES =$(shell find test/e2e/data/infrastructure-cloudstack -type d -name "cluster-template* " -exec echo {}.yaml \;)
275
275
.PHONY : e2e-cluster-templates
276
276
e2e-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