mirror of
https://github.com/docker/compose.git
synced 2026-02-09 01:59:22 +08:00
e2e tests display Compose version used to run the test
currently the version displayed is the one installed and not the one use for the tests Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>
This commit is contained in:
2
Makefile
2
Makefile
@@ -61,12 +61,10 @@ 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
|
||||
docker compose version
|
||||
go test $(TEST_FLAGS) $(TEST_COVERAGE_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
|
||||
docker-compose version
|
||||
go test $(TEST_FLAGS) -v -count=1 -parallel=1 --tags=standalone ./pkg/e2e
|
||||
|
||||
.PHONY: build-and-e2e-compose
|
||||
|
||||
Reference in New Issue
Block a user