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 44d2128 commit 78f3361Copy full SHA for 78f3361
Makefile
@@ -71,7 +71,7 @@ install: binary
71
72
.PHONY: e2e-compose
73
e2e-compose: ## Run end to end local tests in plugin mode. Set E2E_TEST=TestName to run a single test
74
- go test $(TEST_FLAGS) -count=1 ./pkg/e2e
+ go test -v $(TEST_FLAGS) -count=1 ./pkg/e2e
75
76
.PHONY: e2e-compose-standalone
77
e2e-compose-standalone: ## Run End to end local tests in standalone mode. Set E2E_TEST=TestName to run a single test
0 commit comments