mirror of
https://github.com/Kitware/CMake.git
synced 2026-03-03 05:08:47 -06:00
ENH: add flush
This commit is contained in:
@@ -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 =
|
||||
|
||||
Reference in New Issue
Block a user