We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0a3f43 commit aff9804Copy full SHA for aff9804
1 file changed
Makefile
@@ -239,7 +239,7 @@ test: manifests generate fmt lint test-unit test-e2e test-regression #HELP Run a
239
240
.PHONY: e2e
241
e2e: #EXHELP Run the e2e tests.
242
- go test -count=1 -v ./test/e2e/features_test.go
+ go test -count=1 -v ./test/e2e/features_test.go --log.debug
243
244
E2E_REGISTRY_NAME := docker-registry
245
E2E_REGISTRY_NAMESPACE := operator-controller-e2e
0 commit comments