Skip to content
Snippets Groups Projects
Commit e12988a8 authored by John Gardiner Myers's avatar John Gardiner Myers
Browse files

Fix inadequate quoting of KUBEBUILDER_ASSETS

parent 6ee4abe7
No related branches found
No related tags found
No related merge requests found
...@@ -34,7 +34,7 @@ cleanup-kind: ...@@ -34,7 +34,7 @@ cleanup-kind:
rm $(TEST_KUBECONFIG) rm $(TEST_KUBECONFIG)
test: $(EMBEDDED_MANIFESTS_TARGET) tidy fmt vet setup-envtest test: $(EMBEDDED_MANIFESTS_TARGET) tidy fmt vet setup-envtest
KUBEBUILDER_ASSETS=$(KUBEBUILDER_ASSETS) go test ./... -coverprofile cover.out --tags=unit KUBEBUILDER_ASSETS="$(KUBEBUILDER_ASSETS)" go test ./... -coverprofile cover.out --tags=unit
e2e: $(EMBEDDED_MANIFESTS_TARGET) tidy fmt vet e2e: $(EMBEDDED_MANIFESTS_TARGET) tidy fmt vet
TEST_KUBECONFIG=$(TEST_KUBECONFIG) go test ./cmd/flux/... -coverprofile e2e.cover.out --tags=e2e -v -failfast TEST_KUBECONFIG=$(TEST_KUBECONFIG) go test ./cmd/flux/... -coverprofile e2e.cover.out --tags=e2e -v -failfast
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment