mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-02 03:39:43 -06:00
BUG: #0009648 Change "The following tests FAILED" message to print on stdout rather than stderr
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user