ERR: Do not exit when find bad custom files.

This commit is contained in:
Andy Cedilnik 2004-02-19 09:35:12 -05:00
parent 8f565bdc74
commit 985f3dd3b4
1 changed files with 0 additions and 1 deletions

View File

@ -4497,7 +4497,6 @@ int cmCTest::ReadCustomConfigurationFileTree(const char* dir)
cmSystemTools::GetErrorOccuredFlag() ) )
{
std::cerr << "Problem reading custom configuration" << std::endl;
return 0;
}
dirs.erase(dirs.end()-1, dirs.end());
cmSystemTools::SimpleGlob(rexpr, ndirs, -1);