Skip to content

Commit 556fc54

Browse files
committed
chore(ci): set TERM to xterm so that tput will work
1 parent 0c9e8fc commit 556fc54

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/acceptance/run.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ then
3434
GREEN_COLOR=":"
3535
YELLOW_COLOR=":"
3636
else
37+
[[ -z "$TERM" ]] && export TERM=xterm
3738
COLORS_OPTION="--colors"
3839
RED_COLOR="tput setaf 1"
3940
GREEN_COLOR="tput setaf 2"

0 commit comments

Comments
 (0)