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:
parent
1852a88fa1
commit
cf8d34040e
@ -451,8 +451,7 @@ int cmCTestScriptHandler::PerformExtraUpdates()
|
|||||||
{
|
{
|
||||||
cmSystemTools::Error("Unable to perform extra cvs updates:\n",
|
cmSystemTools::Error("Unable to perform extra cvs updates:\n",
|
||||||
output.c_str());
|
output.c_str());
|
||||||
this->RestoreBackupDirectories();
|
return 0;
|
||||||
return 8;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user