Skip to content
This repository was archived by the owner on Oct 13, 2023. It is now read-only.

Commit ebab879

Browse files
committed
docker-py: run without tty to disable color output
Signed-off-by: Sebastiaan van Stijn <github@gone.nl> (cherry picked from commit b04cbf10722ec3de5b6ab4b822c6b271e0fd10c8) Signed-off-by: Sebastiaan van Stijn <github@gone.nl> Upstream-commit: 34fa29e8d410496ee614f5525dbb04732c319e80 Component: engine
1 parent bdc4df9 commit ebab879

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

components/engine/hack/make/test-docker-py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ source hack/make/.integration-test-helpers
5757
(
5858
[ -n "${TESTDEBUG}" ] && set -x
5959
# shellcheck disable=SC2086
60-
exec docker run -t --rm ${run_opts} "${docker_py_image}" pytest ${PY_TEST_OPTIONS} tests/integration
60+
exec docker run --rm ${run_opts} "${docker_py_image}" pytest ${PY_TEST_OPTIONS} tests/integration
6161
)
6262
bundle .integration-daemon-stop
6363
) 2>&1 | tee -a "$DEST/test.log"

0 commit comments

Comments
 (0)