BUG: #0009648 Change "The following tests FAILED" message to print on stdout rather than stderr

This commit is contained in:
Zach Mullen 2009-10-05 12:47:09 -04:00
parent f98a4e63fd
commit 7fd3d7cf80
1 changed files with 1 additions and 1 deletions

View File

@ -596,7 +596,7 @@ int cmCTestTestHandler::ProcessHandler()
if (failed.size())
{
cmGeneratedFileStream ofs;
cmCTestLog(this->CTest, ERROR_MESSAGE, std::endl
cmCTestLog(this->CTest, HANDLER_OUTPUT, std::endl
<< "The following tests FAILED:" << std::endl);
this->StartLogFile("TestsFailed", ofs);