BUG: minor fix for ctest
This commit is contained in:
parent
dc0f41c298
commit
70e9412dc7
|
@ -1388,7 +1388,7 @@ void cmCTestTestHandler::GetListOfTests()
|
||||||
// does the CTestTestfile.cmake exist ?
|
// does the CTestTestfile.cmake exist ?
|
||||||
testFilename = "CTestTestfile.cmake";
|
testFilename = "CTestTestfile.cmake";
|
||||||
}
|
}
|
||||||
if( cmSystemTools::FileExists("DartTestfile.txt") )
|
else if( cmSystemTools::FileExists("DartTestfile.txt") )
|
||||||
{
|
{
|
||||||
// does the DartTestfile.txt exist ?
|
// does the DartTestfile.txt exist ?
|
||||||
testFilename = "DartTestfile.txt";
|
testFilename = "DartTestfile.txt";
|
||||||
|
|
Loading…
Reference in New Issue