From 259c1d73bf1d9f052ad893bca4e3b4128ea89bfb Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Mon, 16 Nov 2009 16:34:13 +0100 Subject: selftest: make sure we don't buffer any output metze --- selftest/selftest.pl | 3 +++ 1 file changed, 3 insertions(+) (limited to 'selftest/selftest.pl') diff --git a/selftest/selftest.pl b/selftest/selftest.pl index b301778455..3536d410ae 100755 --- a/selftest/selftest.pl +++ b/selftest/selftest.pl @@ -348,6 +348,9 @@ exit(1) if (not $result); ShowHelp() if ($opt_help); +# we want unbuffered output +$| = 1; + my @tests = @ARGV; # quick hack to disable rpc validation when using valgrind - its way too slow -- cgit