Переглянути джерело

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

Andy Cedilnik 21 роки тому
батько
коміт
cf8d34040e
1 змінених файлів з 1 додано та 2 видалено
  1. 1 2
      Source/CTest/cmCTestScriptHandler.cxx

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