File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -265,10 +265,11 @@ config/.flag-test.mk: $(CONTROLLER_GEN) $(MANIFEST_GEN_INPUTS_TEST)
265
265
.PHONY : test
266
266
test : # # Run tests.
267
267
test : generate-deepcopy-test generate-manifest-test generate-mocks lint $(GINKGO_V2 ) $(KUBECTL ) $(API_SERVER ) $(ETCD )
268
- @./hack/testing_ginkgo_recover_statements.sh --add # Add ginkgo.GinkgoRecover() statements to controllers.
269
- @# The following is a slightly funky way to make sure the ginkgo statements are removed regardless the test results.
270
- @$(GINKGO_V2 ) --label-filter=" !integ" --cover -coverprofile cover.out --covermode=atomic -v ./api/... ./controllers/... ./pkg/...; EXIT_STATUS=$$? ; \
271
- ./hack/testing_ginkgo_recover_statements.sh --remove; exit $$ EXIT_STATUS
268
+ # Comments will be removed in next PR
269
+ # @./hack/testing_ginkgo_recover_statements.sh --add # Add ginkgo.GinkgoRecover() statements to controllers.
270
+ # @# The following is a slightly funky way to make sure the ginkgo statements are removed regardless the test results.
271
+ # @$(GINKGO_V2) --label-filter="!integ" --cover -coverprofile cover.out --covermode=atomic -v ./api/... ./controllers/... ./pkg/...; EXIT_STATUS=$$?;\
272
+ # ./hack/testing_ginkgo_recover_statements.sh --remove; exit $$EXIT_STATUS
272
273
273
274
CLUSTER_TEMPLATES_INPUT_FILES =$(shell find test/e2e/data/infrastructure-cloudstack/v1beta* /cluster-template* test/e2e/data/infrastructure-cloudstack/* /bases/* -type f)
274
275
CLUSTER_TEMPLATES_OUTPUT_FILES =$(shell find test/e2e/data/infrastructure-cloudstack -type d -name "cluster-template* " -exec echo {}.yaml \;)
You can’t perform that action at this time.
0 commit comments