BUG: Remove debugging code

This commit is contained in:
Andy Cedilnik 2005-06-07 10:55:44 -04:00
parent 749fe26394
commit 7758abb2e6
1 changed files with 0 additions and 5 deletions

View File

@ -1347,11 +1347,6 @@ bool cmCTestTestHandler::CleanTestOutput(std::string& output, size_t remove_thre
bool cmCTestTestHandler::AddTest(const std::vector<std::string>& args) bool cmCTestTestHandler::AddTest(const std::vector<std::string>& args)
{ {
const std::string& testname = args[0]; const std::string& testname = args[0];
if (this->m_UseExcludeRegExp &&
this->m_UseExcludeRegExpFirst )
{
abort();
}
if (this->m_UseExcludeRegExp && if (this->m_UseExcludeRegExp &&
this->m_UseExcludeRegExpFirst && this->m_UseExcludeRegExpFirst &&
m_ExcludeTestsRegularExpression.find(testname.c_str())) m_ExcludeTestsRegularExpression.find(testname.c_str()))