mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-24 07:08:38 -05:00
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:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user