ENH: add flush
This commit is contained in:
parent
cdecad7a05
commit
2c0f4f6725
@ -139,6 +139,7 @@ void ctest::ProcessDirectory(int &passed, int &failed)
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
fprintf(stderr,"Testing %-30s ",args[0].c_str());
|
fprintf(stderr,"Testing %-30s ",args[0].c_str());
|
||||||
|
fflush(stderr);
|
||||||
//std::cerr << "Testing " << args[0] << " ... ";
|
//std::cerr << "Testing " << args[0] << " ... ";
|
||||||
// find the test executable
|
// find the test executable
|
||||||
std::string testCommand =
|
std::string testCommand =
|
||||||
|
Loading…
x
Reference in New Issue
Block a user