Browse Source

ENH: Add missing newline Bug #185 - CTest exceptions output is missing new line

Andy Cedilnik 22 years ago
parent
commit
da623cd0b4
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Source/cmCTest.cxx

+ 1 - 0
Source/cmCTest.cxx

@@ -1790,6 +1790,7 @@ void cmCTest::ProcessDirectory(std::vector<std::string> &passed,
                 fprintf(stderr,"Other");
                 fprintf(stderr,"Other");
                 cres.m_Status = cmCTest::OTHER_FAULT;
                 cres.m_Status = cmCTest::OTHER_FAULT;
                 }
                 }
+              fprintf(stderr,"\n");
               }
               }
             else if ( res == cmsysProcess_State_Error )
             else if ( res == cmsysProcess_State_Error )
               {
               {