[Cmake-commits] [cmake-commits] zach.mullen committed cmCTestRunTest.cxx 1.21 1.22
cmake-commits at cmake.org
cmake-commits at cmake.org
Thu Sep 24 13:49:22 EDT 2009
Update of /cvsroot/CMake/CMake/Source/CTest
In directory public:/mounts/ram/cvs-serv16217
Modified Files:
cmCTestRunTest.cxx
Log Message:
Output a message in ctest when each test is started
Index: cmCTestRunTest.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/CTest/cmCTestRunTest.cxx,v
retrieving revision 1.21
retrieving revision 1.22
diff -C 2 -d -r1.21 -r1.22
*** cmCTestRunTest.cxx 16 Sep 2009 15:49:09 -0000 1.21
--- cmCTestRunTest.cxx 24 Sep 2009 17:49:20 -0000 1.22
***************
*** 295,298 ****
--- 295,301 ----
bool cmCTestRunTest::StartTest()
{
+ cmCTestLog(this->CTest, HANDLER_OUTPUT, " Start "
+ << this->TestProperties->Index << ": "
+ << this->TestProperties->Name << std::endl);
this->ComputeArguments();
std::vector<std::string>& args = this->TestProperties->Args;
More information about the Cmake-commits
mailing list