Skip to content

Commit e988d05

Browse files
Merge pull request #815 from openshift-bot/synchronize-upstream
NO-ISSUE: Synchronize From Upstream Repositories
2 parents a6a66e2 + e2c2e55 commit e988d05

File tree

1 file changed

+1
-1
lines changed
  • staging/operator-lifecycle-manager

1 file changed

+1
-1
lines changed

staging/operator-lifecycle-manager/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ UNIT_TEST_CMD = $(GO_TEST_ENV) go test $(GO_BUILD_FLAGS) -tags '$(GO_BUILD_TAGS)
185185
test: clean unit test-split #HELP Run all tests
186186

187187
.PHONY: unit
188-
unit: GO_TEST_ENV += KUBEBUILDER_ASSETS=$(KUBEBUILDER_ASSETS)
188+
unit: GO_TEST_ENV += KUBEBUILDER_ASSETS="$(KUBEBUILDER_ASSETS)"
189189
unit: $(SETUP_ENVTEST) #HELP Run OLM unit tests with setup-envtest for kubernetes $(KUBE_MINOR).x
190190
$(UNIT_TEST_CMD) ./pkg/controller/... ./pkg/...
191191

0 commit comments

Comments
 (0)