mirror of
https://github.com/docker/compose.git
synced 2026-02-09 01:59:22 +08:00
Use gotestsum to make FAILURES more visible
Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
This commit is contained in:
2
Makefile
2
Makefile
@@ -44,7 +44,7 @@ cli: ## Compile the cli
|
||||
--output ./bin
|
||||
|
||||
e2e-local: ## Run End to end local tests. Set E2E_TEST=TestName to run a single test
|
||||
go test -count=1 -v $(TEST_FLAGS) ./local/e2e/compose ./local/e2e/container ./local/e2e/cli-only
|
||||
gotestsum $(TEST_FLAGS) ./local/e2e/compose ./local/e2e/container ./local/e2e/cli-only -- -count=1
|
||||
|
||||
e2e-win-ci: ## Run end to end local tests on Windows CI, no Docker for Linux containers available ATM. Set E2E_TEST=TestName to run a single test
|
||||
go test -count=1 -v $(TEST_FLAGS) ./local/e2e/cli-only
|
||||
|
||||
Reference in New Issue
Block a user