From 3b6fbfcdd80e669b4e416a5146d99ae0e7299ba0 Mon Sep 17 00:00:00 2001 From: David Abram Cargill <cargilld@apache.org> Date: Sat, 31 Jan 2004 11:07:12 +0000 Subject: [PATCH] Update script to flush buffer git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@175711 13f79535-47bb-0310-9956-ffa450edef68 --- scripts/sanityTest.pl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/sanityTest.pl b/scripts/sanityTest.pl index 015b5a78f..65cd5a95e 100644 --- a/scripts/sanityTest.pl +++ b/scripts/sanityTest.pl @@ -72,6 +72,9 @@ $os = $ARGV[0]; +# flush output +$| = 1; + if (lc($os) eq "win") { $pathsep = "\\"; } -- GitLab