better formatted output

This commit is contained in:
Ken Martin 2001-08-27 10:23:45 -04:00
parent 6e2834a877
commit d586449a64
1 changed files with 2 additions and 1 deletions

View File

@ -128,7 +128,8 @@ void ctest::ProcessDirectory(int &passed, int &failed)
if (name == "ADD_TEST")
{
std::cerr << "Testing " << args[0] << " ... ";
fprintf(stderr,"Testing %-30s ",args[0].c_str());
//std::cerr << "Testing " << args[0] << " ... ";
// find the test executable
std::string testCommand = this->FindExecutable(args[1].c_str());
// add the arguments