summaryrefslogtreecommitdiff
path: root/selftest/selftest.pl
diff options
context:
space:
mode:
Diffstat (limited to 'selftest/selftest.pl')
-rwxr-xr-xselftest/selftest.pl3
1 files changed, 3 insertions, 0 deletions
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