Skip to content

Commit 78f3361

Browse files
authored
ci: enable verbose output for e2e tests (docker#11045)
It's easier to see that something is happening. Signed-off-by: Djordje Lukic <[email protected]>
1 parent 44d2128 commit 78f3361

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ install: binary
7171

7272
.PHONY: e2e-compose
7373
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
74+
go test -v $(TEST_FLAGS) -count=1 ./pkg/e2e
7575

7676
.PHONY: e2e-compose-standalone
7777
e2e-compose-standalone: ## Run End to end local tests in standalone mode. Set E2E_TEST=TestName to run a single test

0 commit comments

Comments
 (0)