1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 02:54:03 +00:00

move comment

This commit is contained in:
Samuel Štancl 2025-05-30 05:32:19 +02:00
parent 347da8edf3
commit b6ae810e20

2
test
View file

@ -1,10 +1,10 @@
#!/bin/bash #!/bin/bash
# --columns doesn't seem to work at the moment, so we're setting it using an environment variable
if [[ "${CLAUDECODE}" != "1" ]]; then if [[ "${CLAUDECODE}" != "1" ]]; then
COLOR_FLAG="--colors=always" COLOR_FLAG="--colors=always"
else else
COLOR_FLAG="" COLOR_FLAG=""
fi fi
# --columns doesn't seem to work at the moment, so we're setting it using an environment variable
docker compose exec -e COLUMNS=$(tput cols) -T test vendor/bin/pest ${COLOR_FLAG} "$@" docker compose exec -e COLUMNS=$(tput cols) -T test vendor/bin/pest ${COLOR_FLAG} "$@"