File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -179,6 +179,10 @@ export KUBEBUILDER_ASSETS=$(PROJECT_DIR)/bin
179
179
test : generate-mocks lint bin/ginkgo bin/kubectl bin/kube-apiserver bin/etcd # # Run tests. At the moment this is only unit tests.
180
180
@./hack/testing_ginkgo_recover_statements.sh --add # Add ginkgo.GinkgoRecover() statements to controllers.
181
181
@# The following is a slightly funky way to make sure the ginkgo statements are removed regardless the test results.
182
+ echo $$ PROJECT_DIR
183
+ echo $$ PROJECT_DIR
184
+ echo $$ PROJECT_DIR
185
+ echo $$ PROJECT_DIR
182
186
@cd ./test/unit && ginkgo_v2 -v ./... -coverprofile cover.out; EXIT_STATUS=$$? ; \
183
187
cd ../../ && ./hack/testing_ginkgo_recover_statements.sh --remove; exit $$ EXIT_STATUS
184
188
You can’t perform that action at this time.
0 commit comments