BUG: If extra update failes, continue with dashboard. Closes Bug #894 - Fatal CVS update error kills test, and is not reported

This commit is contained in:
Andy Cedilnik 2004-09-29 11:52:02 -04:00
parent 1852a88fa1
commit cf8d34040e

View File

@ -451,8 +451,7 @@ int cmCTestScriptHandler::PerformExtraUpdates()
{
cmSystemTools::Error("Unable to perform extra cvs updates:\n",
output.c_str());
this->RestoreBackupDirectories();
return 8;
return 0;
}
}
}