mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-08 23:00:07 -06:00
ENH: Add missing newline Bug #185 - CTest exceptions output is missing new line
This commit is contained in:
@@ -1790,6 +1790,7 @@ void cmCTest::ProcessDirectory(std::vector<std::string> &passed,
|
||||
fprintf(stderr,"Other");
|
||||
cres.m_Status = cmCTest::OTHER_FAULT;
|
||||
}
|
||||
fprintf(stderr,"\n");
|
||||
}
|
||||
else if ( res == cmsysProcess_State_Error )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user