Skip to content

Commit

Permalink
Run without TTY in Taskcluster
Browse files Browse the repository at this point in the history
When running with an auto-allocated TTY, the test output is often
omitted from the live log.
  • Loading branch information
jwhitlock committed Feb 7, 2022
1 parent 342c120 commit 245814c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .taskcluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,5 @@ tasks:
git config advice.detachedHead "false"
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 build --progress plain --build-arg "NODE_VERSION=${env.node_image_tag}"
../bin/docker-compose run --rm --no-TTY test

0 comments on commit 245814c

Please sign in to comment.