Skip to content

Commit 4edabaf

Browse files
committed
Run without TTY in Taskcluster
When running with an auto-allocated TTY, the test output is often omitted from the live log.
1 parent 342c120 commit 4edabaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.taskcluster.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,4 @@ tasks:
6060
git checkout --no-progress "${head_rev}"
6161
chmod a+x ../bin/docker-compose
6262
../bin/docker-compose build --build-arg "NODE_VERSION=${env.node_image_tag}"
63-
../bin/docker-compose run --rm test
63+
../bin/docker-compose run --rm --no-TTY test

0 commit comments

Comments
 (0)