From 3e7594489336d43092e328db06ef0e239c9ddfda Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Thu, 4 Sep 2014 09:52:50 -0700 Subject: Revert "only use colors when attached to a terminal" --- runtests.pl | 3 --- 1 file changed, 3 deletions(-) (limited to 'runtests.pl') 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; -- cgit v1.2.3