Skip to content

Commit

Permalink
ci: enable verbose output for e2e tests (docker#11045)
Browse files Browse the repository at this point in the history
It's easier to see that something is happening.

Signed-off-by: Djordje Lukic <[email protected]>
  • Loading branch information
rumpl authored Sep 27, 2023
1 parent 44d2128 commit 78f3361
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ install: binary

.PHONY: e2e-compose
e2e-compose: ## Run end to end local tests in plugin mode. Set E2E_TEST=TestName to run a single test
go test $(TEST_FLAGS) -count=1 ./pkg/e2e
go test -v $(TEST_FLAGS) -count=1 ./pkg/e2e

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

0 comments on commit 78f3361

Please sign in to comment.