Skip to content

Commit

Permalink
Remove test compose command
Browse files Browse the repository at this point in the history
  • Loading branch information
juuso-j committed Oct 7, 2024
1 parent 60728a4 commit 34dea2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions run-pytest
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ misc_opts=(
"-o" "cache_dir=/tmp/pytest_cache"
)

docker compose down
docker_compose_exec=("docker-compose" "exec")
# 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
Expand Down

0 comments on commit 34dea2f

Please sign in to comment.