Skip to content

Commit 49b147b

Browse files
committed
Fixing unit test executable paths
1 parent 8a3ccc2 commit 49b147b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ cluster-api/tilt-settings.json: hack/tilt-settings.json cluster-api
247247
## Tests
248248
## --------------------------------------
249249

250-
export KUBEBUILDER_ASSETS=$(REPO_ROOT)/$(TOOLS_BIN_DIR)
250+
export KUBEBUILDER_ASSETS=$(TOOLS_BIN_DIR)
251251
.PHONY: test
252252
test: generate-mocks lint $(GINKGO_V2) $(KUBECTL) $(API_SERVER) $(ETCD) ## Run tests. At the moment this is only unit tests.
253253
@./hack/testing_ginkgo_recover_statements.sh --add # Add ginkgo.GinkgoRecover() statements to controllers.

0 commit comments

Comments
 (0)