Преглед на файлове

better formatted output

Ken Martin преди 24 години
родител
ревизия
d586449a64
променени са 1 файла, в които са добавени 2 реда и са изтрити 1 реда
  1. 2 1
      Source/ctest.cxx

+ 2 - 1
Source/ctest.cxx

@@ -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