[cmake-commits] martink committed cmCTestTestHandler.cxx 1.60 1.61
cmake-commits at cmake.org
cmake-commits at cmake.org
Thu Jan 17 12:45:01 EST 2008
Update of /cvsroot/CMake/CMake/Source/CTest
In directory public:/mounts/ram/cvs-serv19422/CTest
Modified Files:
cmCTestTestHandler.cxx
Log Message:
ENH: use CTestTestfile.txt
Index: cmCTestTestHandler.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/CTest/cmCTestTestHandler.cxx,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -d -r1.60 -r1.61
--- cmCTestTestHandler.cxx 8 Nov 2007 18:03:37 -0000 1.60
+++ cmCTestTestHandler.cxx 17 Jan 2008 17:44:59 -0000 1.61
@@ -98,14 +98,9 @@
// does the CTestTestfile.cmake exist ?
testFilename = "CTestTestfile.cmake";
}
- else if( cmSystemTools::FileExists("DartTestfile.txt") )
- {
- // does the DartTestfile.txt exist ?
- testFilename = "DartTestfile.txt";
- }
else
{
- // No DartTestfile.txt? Who cares...
+ // No CTestTestfile? Who cares...
cmSystemTools::ChangeDirectory(cwd.c_str());
continue;
}
@@ -1282,11 +1277,6 @@
// does the CTestTestfile.cmake exist ?
testFilename = "CTestTestfile.cmake";
}
- else if( cmSystemTools::FileExists("DartTestfile.txt") )
- {
- // does the DartTestfile.txt exist ?
- testFilename = "DartTestfile.txt";
- }
else
{
return;
More information about the Cmake-commits
mailing list