Skip to content

Commit 5a64d89

Browse files
author
Joshua Reed
committed
CI/CD printout.
1 parent f795feb commit 5a64d89

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,10 @@ export KUBEBUILDER_ASSETS=$(PROJECT_DIR)/bin
179179
test: generate-mocks lint bin/ginkgo bin/kubectl bin/kube-apiserver bin/etcd ## Run tests. At the moment this is only unit tests.
180180
@./hack/testing_ginkgo_recover_statements.sh --add # Add ginkgo.GinkgoRecover() statements to controllers.
181181
@# 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
182186
@cd ./test/unit && ginkgo_v2 -v ./... -coverprofile cover.out; EXIT_STATUS=$$?;\
183187
cd ../../ && ./hack/testing_ginkgo_recover_statements.sh --remove; exit $$EXIT_STATUS
184188

0 commit comments

Comments
 (0)