From 23fee89e91244d720c5321ab3ab2ad0293ae5014 Mon Sep 17 00:00:00 2001 From: Doug Bell Date: Wed, 3 Sep 2014 23:33:29 -0500 Subject: do not buffer STDOUT This ensures that the status line printed to STDERR at the very end of the script will appear after all other script output. --- runtests.pl | 1 + 1 file changed, 1 insertion(+) (limited to 'runtests.pl') diff --git a/runtests.pl b/runtests.pl index 7bffe81..370b43c 100644 --- a/runtests.pl +++ b/runtests.pl @@ -6,6 +6,7 @@ use utf8; use Term::ANSIColor; use IO::Handle; use IPC::Open2; +$|++; my $usage="runtests.pl PROGRAM SPEC\nSet ANSI_COLORS_DISABLED=1 if you redirect to a file.\nSet PATT='...' to restrict tests to sections matching a regex.\n"; -- cgit v1.2.3