Skip to content

Commit

Permalink
Remove add TTY
Browse files Browse the repository at this point in the history
  • Loading branch information
juuso-j committed Oct 7, 2024
1 parent e679028 commit 3182492
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions run-pytest
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ misc_opts=(
# docker compose down
docker_compose_exec=("docker compose" "exec")

if ! tty -s; then
docker_compose_exec+=("-T") # If there is no TTY available, pass -T
fi
# if ! tty -s; then
# docker_compose_exec+=("-T") # If there is no TTY available, pass -T
# fi
echo "-------------------------!!!!!!!!!!!!!11--------------"
echo "docker_compose_exec: ${docker_compose_exec[@]}"
echo "-------------------------!!!!!!!!!!!!!11--------------"
Expand Down

0 comments on commit 3182492

Please sign in to comment.