BUG: Remove debugging code
This commit is contained in:
parent
749fe26394
commit
7758abb2e6
|
@ -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()))
|
||||||
|
|
Loading…
Reference in New Issue