Skip to content

Commit

Permalink
Remove "-it" flag from docker
Browse files Browse the repository at this point in the history
The process need not be interactive nor allocate a tty. In fact the
tests fail because they cannot allocate stdin as a tty
  • Loading branch information
simonrw committed Oct 20, 2023
1 parent 7447ab4 commit 4006ea9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test_in_docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ if [ -z ${TEST_IN_DOCKER_ENTRYPOINT:-} ]; then
project_root=$(dirname $script_path)
docker run \
--rm \
-it \
-v $project_root:/src \
-v $script_path:/test_in_docker.sh:ro \
--workdir /test \
Expand Down

0 comments on commit 4006ea9

Please sign in to comment.