From 4edabafd26512897a1bbc93b3b59116199bb39a4 Mon Sep 17 00:00:00 2001 From: John Whitlock Date: Mon, 7 Feb 2022 14:33:05 -0600 Subject: [PATCH] Run without TTY in Taskcluster When running with an auto-allocated TTY, the test output is often omitted from the live log. --- .taskcluster.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.taskcluster.yml b/.taskcluster.yml index 9ac7f4f..711a5c1 100644 --- a/.taskcluster.yml +++ b/.taskcluster.yml @@ -60,4 +60,4 @@ tasks: git checkout --no-progress "${head_rev}" chmod a+x ../bin/docker-compose ../bin/docker-compose build --build-arg "NODE_VERSION=${env.node_image_tag}" - ../bin/docker-compose run --rm test + ../bin/docker-compose run --rm --no-TTY test