1
0
mirror of https://github.com/sstephenson/bats.git synced 2024-09-29 12:38:26 +02:00

Default to TAP output when the CI environment variable is set

#52
This commit is contained in:
Sam Stephenson 2014-06-01 20:28:52 -05:00
parent 34b65bb904
commit bd23c3831c

View File

@ -77,6 +77,7 @@ done
unset count_flag pretty
[ -t 0 ] && [ -t 1 ] && pretty="1"
[ -n "$CI" ] && pretty=""
for option in "${options[@]}"; do
case "$option" in