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.
2 parents a6a66e2 + e2c2e55 commit e988d05Copy full SHA for e988d05
staging/operator-lifecycle-manager/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