mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-01 20:00:51 -05:00
ENH: add more debug stuff to CTestCTest2 so I can figure out redwall
This commit is contained in:
@@ -1641,6 +1641,8 @@ int cmCTestCoverageHandler::HandleBullseyeCoverage(
|
||||
"Error running bullseye summary.\n");
|
||||
return 0;
|
||||
}
|
||||
cmCTestLog(this->CTest, DEBUG, "HandleBullseyeCoverage return 1 "
|
||||
<< std::endl);
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
||||
@@ -397,6 +397,8 @@ int cmCTestScriptHandler::ReadInScript(const std::string& total_script_arg)
|
||||
if (!this->Makefile->ReadListFile(0, systemFile.c_str()) ||
|
||||
cmSystemTools::GetErrorOccuredFlag())
|
||||
{
|
||||
cmCTestLog(this->CTest, DEBUG, "Error in read: " << systemFile.c_str()
|
||||
<< std::endl);
|
||||
return 2;
|
||||
}
|
||||
|
||||
@@ -404,6 +406,9 @@ int cmCTestScriptHandler::ReadInScript(const std::string& total_script_arg)
|
||||
if (!this->Makefile->ReadListFile(0, script.c_str()) ||
|
||||
cmSystemTools::GetErrorOccuredFlag())
|
||||
{
|
||||
cmCTestLog(this->CTest, DEBUG, "Error in read script: "
|
||||
<< script.c_str()
|
||||
<< std::endl);
|
||||
return 2;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user