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 4edabaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .taskcluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 4edabaf

Please sign in to comment.