summaryrefslogtreecommitdiff
path: root/runtests.pl
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2014-09-04 09:52:50 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2014-09-04 09:52:50 -0700
commit3e7594489336d43092e328db06ef0e239c9ddfda (patch)
treebc56fbe6482d530a31fd09c8b008895a30555ce4 /runtests.pl
parentd9152ff0f26162de7c29896cd4d1d061b5ed0c80 (diff)
Revert "only use colors when attached to a terminal"
Diffstat (limited to 'runtests.pl')
-rw-r--r--runtests.pl3
1 files changed, 0 insertions, 3 deletions
diff --git a/runtests.pl b/runtests.pl
index 2d80f14..2e2b795 100644
--- a/runtests.pl
+++ b/runtests.pl
@@ -16,9 +16,6 @@ if (!(@PROG && defined $SPEC)) {
exit 1;
}
-# Disable ANSI colors if we're not hooked up to a terminal
-$ENV{ANSI_COLORS_DISABLED} ||= !-t *STDOUT;
-
my $passed = 0;
my $failed = 0;
my $skipped = 0;