From b6ae810e208bb4fcb8ef9dbb46c55f464d5b72d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Fri, 30 May 2025 05:32:19 +0200 Subject: [PATCH] move comment --- test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test b/test index 6f91fcce..49027fdf 100755 --- a/test +++ b/test @@ -1,10 +1,10 @@ #!/bin/bash -# --columns doesn't seem to work at the moment, so we're setting it using an environment variable if [[ "${CLAUDECODE}" != "1" ]]; then COLOR_FLAG="--colors=always" else COLOR_FLAG="" 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} "$@"