From da623cd0b4d828ab0a6a42fa0540cb72047eb808 Mon Sep 17 00:00:00 2001 From: Andy Cedilnik Date: Tue, 23 Sep 2003 13:49:57 -0400 Subject: [PATCH] ENH: Add missing newline Bug #185 - CTest exceptions output is missing new line --- Source/cmCTest.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/cmCTest.cxx b/Source/cmCTest.cxx index 6beaa5964..e36d29525 100644 --- a/Source/cmCTest.cxx +++ b/Source/cmCTest.cxx @@ -1790,6 +1790,7 @@ void cmCTest::ProcessDirectory(std::vector &passed, fprintf(stderr,"Other"); cres.m_Status = cmCTest::OTHER_FAULT; } + fprintf(stderr,"\n"); } else if ( res == cmsysProcess_State_Error ) {