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.
1 parent 493315f commit b47fd07Copy full SHA for b47fd07
Makefile
@@ -165,7 +165,7 @@ test: manifests generate fmt lint test-unit test-e2e #HELP Run all tests.
165
166
.PHONY: e2e
167
e2e: #EXHELP Run the e2e tests.
168
- go test -count=1 -v ./test/e2e/...
+ go test -count=1 -v -run "$(if $(TEST_FILTER),$(TEST_FILTER),.)" ./test/e2e/...
169
170
E2E_REGISTRY_NAME := docker-registry
171
E2E_REGISTRY_NAMESPACE := operator-controller-e2e
0 commit comments