We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a3ccc2 commit 49b147bCopy full SHA for 49b147b
Makefile
@@ -247,7 +247,7 @@ cluster-api/tilt-settings.json: hack/tilt-settings.json cluster-api
247
## Tests
248
## --------------------------------------
249
250
-export KUBEBUILDER_ASSETS=$(REPO_ROOT)/$(TOOLS_BIN_DIR)
+export KUBEBUILDER_ASSETS=$(TOOLS_BIN_DIR)
251
.PHONY: test
252
test: generate-mocks lint $(GINKGO_V2) $(KUBECTL) $(API_SERVER) $(ETCD) ## Run tests. At the moment this is only unit tests.
253
@./hack/testing_ginkgo_recover_statements.sh --add # Add ginkgo.GinkgoRecover() statements to controllers.
0 commit comments