We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 325663a commit 0c86245Copy full SHA for 0c86245
1 file changed
Makefile
@@ -120,7 +120,7 @@ test: manifests generate fmt vet setup-envtest ## Run tests.
120
121
.PHONY: test-e2e ## Run e2e tests.
122
test-e2e:
123
- go test./test/e2e/ -v -ginkgo.v -ginkgo.timeout=1h -ginkgo.label-filter="!bundle"
+ go test ./test/e2e/ -v -ginkgo.v -ginkgo.timeout=1h -ginkgo.label-filter="!bundle"
124
125
.PHONY: test-e2e-bundle ## Run bundle e2e tests.
126
test-e2e-bundle: operator-sdk docker-build docker-push bundle bundle-build bundle-push install-olm-in-cluster
@@ -389,4 +389,4 @@ catalog-push: ## Push a catalog image.
389
390
.PHONY: mocksgen
391
gen-mocks: ${MOCKERY}
392
- ${MOCKERY}
+ ${MOCKERY}
0 commit comments