We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25aa039 commit dec7501Copy full SHA for dec7501
Makefile
@@ -185,7 +185,7 @@ UNIT_TEST_CMD = $(GO_TEST_ENV) go test $(GO_BUILD_FLAGS) -tags '$(GO_BUILD_TAGS)
185
test: clean unit test-split #HELP Run all tests
186
187
.PHONY: unit
188
-unit: GO_TEST_ENV += KUBEBUILDER_ASSETS=$(KUBEBUILDER_ASSETS)
+unit: GO_TEST_ENV += KUBEBUILDER_ASSETS="$(KUBEBUILDER_ASSETS)"
189
unit: $(SETUP_ENVTEST) #HELP Run OLM unit tests with setup-envtest for kubernetes $(KUBE_MINOR).x
190
$(UNIT_TEST_CMD) ./pkg/controller/... ./pkg/...
191
0 commit comments