[Cmake-commits] [cmake-commits] zach.mullen committed cmCTestRunTest.cxx 1.32 1.33

cmake-commits at cmake.org cmake-commits at cmake.org
Thu Dec 10 15:51:59 EST 2009


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

Modified Files:
	cmCTestRunTest.cxx 
Log Message:
Restore the "***Not Run" message to ctest command line output for tests which did not start due to missing/bad executables or missing required files.


Index: cmCTestRunTest.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/CTest/cmCTestRunTest.cxx,v
retrieving revision 1.32
retrieving revision 1.33
diff -C 2 -d -r1.32 -r1.33
*** cmCTestRunTest.cxx	10 Dec 2009 20:36:58 -0000	1.32
--- cmCTestRunTest.cxx	10 Dec 2009 20:51:56 -0000	1.33
***************
*** 178,181 ****
--- 178,186 ----
        }
      }
+   else //cmsysProcess_State_Error
+     {
+     cmCTestLog(this->CTest, HANDLER_OUTPUT, "***Not Run ");
+     }
+ 
    passed = this->TestResult.Status == cmCTestTestHandler::COMPLETED;
    char buf[1024];



More information about the Cmake-commits mailing list