aboutsummaryrefslogtreecommitdiff
path: root/scripts/tap-driver.pl
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/tap-driver.pl')
-rwxr-xr-xscripts/tap-driver.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/tap-driver.pl b/scripts/tap-driver.pl
index 5e59b5db49..6621a5cd67 100755
--- a/scripts/tap-driver.pl
+++ b/scripts/tap-driver.pl
@@ -313,6 +313,7 @@ sub main ()
my $iterator = TAP::Parser::Iterator::Stream->new(\*STDIN);
my $parser = TAP::Parser->new ({iterator => $iterator });
+ STDOUT->autoflush(1);
while (defined (my $cur = $parser->next))
{
# Parsing of TAP input should stop after a "Bail out!" directive.