From 2c0f4f6725980c47473c3353b61d7bf14be5aa55 Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Tue, 11 Dec 2001 10:39:19 -0500 Subject: [PATCH] ENH: add flush --- Source/ctest.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/ctest.cxx b/Source/ctest.cxx index 2639900b5..340fa09d5 100644 --- a/Source/ctest.cxx +++ b/Source/ctest.cxx @@ -139,6 +139,7 @@ void ctest::ProcessDirectory(int &passed, int &failed) continue; } fprintf(stderr,"Testing %-30s ",args[0].c_str()); + fflush(stderr); //std::cerr << "Testing " << args[0] << " ... "; // find the test executable std::string testCommand =