mirror of
https://github.com/docker/compose.git
synced 2025-07-27 15:44:08 +02:00
Merge pull request #2806 from aanand/run-tests-with-tty
Run test containers in TTY mode
This commit is contained in:
commit
c81cc24e72
@ -6,6 +6,7 @@ set -e
|
|||||||
|
|
||||||
>&2 echo "Running lint checks"
|
>&2 echo "Running lint checks"
|
||||||
docker run --rm \
|
docker run --rm \
|
||||||
|
--tty \
|
||||||
${GIT_VOLUME} \
|
${GIT_VOLUME} \
|
||||||
--entrypoint="tox" \
|
--entrypoint="tox" \
|
||||||
"$TAG" -e pre-commit
|
"$TAG" -e pre-commit
|
||||||
@ -51,6 +52,7 @@ for version in $DOCKER_VERSIONS; do
|
|||||||
|
|
||||||
docker run \
|
docker run \
|
||||||
--rm \
|
--rm \
|
||||||
|
--tty \
|
||||||
--link="$daemon_container:docker" \
|
--link="$daemon_container:docker" \
|
||||||
--env="DOCKER_HOST=tcp://docker:2375" \
|
--env="DOCKER_HOST=tcp://docker:2375" \
|
||||||
--env="DOCKER_VERSION=$version" \
|
--env="DOCKER_VERSION=$version" \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user