[Cmake-commits] [cmake-commits] zach.mullen committed cmCTestTestHandler.cxx 1.122 1.123

cmake-commits at cmake.org cmake-commits at cmake.org
Mon Oct 5 12:47:12 EDT 2009


Update of /cvsroot/CMake/CMake/Source/CTest
In directory public:/mounts/ram/cvs-serv5175

Modified Files:
	cmCTestTestHandler.cxx 
Log Message:
BUG: #0009648 Change "The following tests FAILED" message to print on stdout rather than stderr


Index: cmCTestTestHandler.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/CTest/cmCTestTestHandler.cxx,v
retrieving revision 1.122
retrieving revision 1.123
diff -C 2 -d -r1.122 -r1.123
*** cmCTestTestHandler.cxx	2 Oct 2009 19:30:01 -0000	1.122
--- cmCTestTestHandler.cxx	5 Oct 2009 16:47:09 -0000	1.123
***************
*** 597,601 ****
        {
        cmGeneratedFileStream ofs;
!       cmCTestLog(this->CTest, ERROR_MESSAGE, std::endl
                   << "The following tests FAILED:" << std::endl);
        this->StartLogFile("TestsFailed", ofs);
--- 597,601 ----
        {
        cmGeneratedFileStream ofs;
!       cmCTestLog(this->CTest, HANDLER_OUTPUT, std::endl
                   << "The following tests FAILED:" << std::endl);
        this->StartLogFile("TestsFailed", ofs);



More information about the Cmake-commits mailing list