diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2001-12-11 15:39:19 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2001-12-11 15:39:19 (GMT) |
commit | 2c0f4f6725980c47473c3353b61d7bf14be5aa55 (patch) | |
tree | 036ce3f6a2d30465e0a27363881ac7999cd86ee3 /Source/ctest.cxx | |
parent | cdecad7a0559c353f336a54bd6332d1c16b9df22 (diff) | |
download | CMake-2c0f4f6725980c47473c3353b61d7bf14be5aa55.zip CMake-2c0f4f6725980c47473c3353b61d7bf14be5aa55.tar.gz CMake-2c0f4f6725980c47473c3353b61d7bf14be5aa55.tar.bz2 |
ENH: add flush
Diffstat (limited to 'Source/ctest.cxx')
-rw-r--r-- | Source/ctest.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/ctest.cxx b/Source/ctest.cxx index 2639900..340fa09 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 = |