Explorar o código

Output a message in ctest when each test is started

Zach Mullen %!s(int64=16) %!d(string=hai) anos
pai
achega
5a2f24856e
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      Source/CTest/cmCTestRunTest.cxx

+ 3 - 0
Source/CTest/cmCTestRunTest.cxx

@@ -294,6 +294,9 @@ void cmCTestRunTest::MemCheckPostProcess()
 // Starts the execution of a test.  Returns once it has started
 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;
   this->TestResult.Properties = this->TestProperties;