diff --git a/t b/t index f1524ad4..36d2d391 100755 --- a/t +++ b/t @@ -1,9 +1,9 @@ #!/bin/bash if [[ "${CLAUDECODE}" != "1" ]]; then - COLOR_FLAG="--color=always" + COLOR_FLAG="--colors=always" else - COLOR_FLAG="" + COLOR_FLAG="--colors=never" fi docker compose exec -e COLUMNS=$(tput cols) -T test vendor/bin/pest ${COLOR_FLAG} --no-coverage --filter "$@" diff --git a/test b/test index 49027fdf..0df8f63e 100755 --- a/test +++ b/test @@ -3,7 +3,7 @@ if [[ "${CLAUDECODE}" != "1" ]]; then COLOR_FLAG="--colors=always" else - COLOR_FLAG="" + COLOR_FLAG="--colors=never" fi # --columns doesn't seem to work at the moment, so we're setting it using an environment variable