ENH: Be more verbose

This commit is contained in:
Andy Cedilnik 2006-07-07 13:59:35 -04:00
parent ccfab2622b
commit 2a31d34b2e

View File

@ -699,6 +699,7 @@ int cmCTestScriptHandler::PerformExtraUpdates()
if (!res || retVal != 0)
{
cmSystemTools::Error("Unable to perform extra updates:\n",
it->c_str(), "\nWith output:\n",
output.c_str());
return 0;
}