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

This commit is contained in:
Andy Cedilnik 2003-09-23 13:49:57 -04:00
parent e15ebb6255
commit da623cd0b4
1 changed files with 1 additions and 0 deletions

View File

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