From bd23c3831c729085cc1622790ccab9758e11cefc Mon Sep 17 00:00:00 2001 From: Sam Stephenson Date: Sun, 1 Jun 2014 20:28:52 -0500 Subject: [PATCH] Default to TAP output when the CI environment variable is set #52 --- libexec/bats | 1 + 1 file changed, 1 insertion(+) diff --git a/libexec/bats b/libexec/bats index 732c56a..bdfbddc 100755 --- a/libexec/bats +++ b/libexec/bats @@ -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