Skip to content

Commit dec7501

Browse files
authored
fix space-in-name paths common to macs for unit test (#3338)
Signed-off-by: Jordan Keister <[email protected]>
1 parent 25aa039 commit dec7501

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
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)