Skip to content

Commit aff9804

Browse files
committed
wip
1 parent b0a3f43 commit aff9804

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ test: manifests generate fmt lint test-unit test-e2e test-regression #HELP Run a
239239

240240
.PHONY: e2e
241241
e2e: #EXHELP Run the e2e tests.
242-
go test -count=1 -v ./test/e2e/features_test.go
242+
go test -count=1 -v ./test/e2e/features_test.go --log.debug
243243

244244
E2E_REGISTRY_NAME := docker-registry
245245
E2E_REGISTRY_NAMESPACE := operator-controller-e2e

0 commit comments

Comments
 (0)