1
0
Эх сурвалжийг харах

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

Andy Cedilnik 21 жил өмнө
parent
commit
cf8d34040e

+ 1 - 2
Source/CTest/cmCTestScriptHandler.cxx

@@ -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;
         }
       }
     }