BUG: #0009648 Change "The following tests FAILED" message to print on stdout rather than stderr
This commit is contained in:
parent
f98a4e63fd
commit
7fd3d7cf80
|
@ -596,7 +596,7 @@ int cmCTestTestHandler::ProcessHandler()
|
||||||
if (failed.size())
|
if (failed.size())
|
||||||
{
|
{
|
||||||
cmGeneratedFileStream ofs;
|
cmGeneratedFileStream ofs;
|
||||||
cmCTestLog(this->CTest, ERROR_MESSAGE, std::endl
|
cmCTestLog(this->CTest, HANDLER_OUTPUT, std::endl
|
||||||
<< "The following tests FAILED:" << std::endl);
|
<< "The following tests FAILED:" << std::endl);
|
||||||
this->StartLogFile("TestsFailed", ofs);
|
this->StartLogFile("TestsFailed", ofs);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue