mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
docker-py: run without tty to disable color output
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
0b3d201892
commit
b04cbf1072
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ source hack/make/.integration-test-helpers
|
|||
(
|
||||
[ -n "${TESTDEBUG}" ] && set -x
|
||||
# shellcheck disable=SC2086
|
||||
exec docker run -t --rm ${run_opts} "${docker_py_image}" pytest ${PY_TEST_OPTIONS} tests/integration
|
||||
exec docker run --rm ${run_opts} "${docker_py_image}" pytest ${PY_TEST_OPTIONS} tests/integration
|
||||
)
|
||||
bundle .integration-daemon-stop
|
||||
) 2>&1 | tee -a "$DEST/test.log"
|
||||
|
|
Loading…
Reference in a new issue