ENH: Add missing newline Bug #185 - CTest exceptions output is missing new line
This commit is contained in:
parent
e15ebb6255
commit
da623cd0b4
|
@ -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 )
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue