From cf8d34040e66e2ffb13b4f6598024b38e298633d Mon Sep 17 00:00:00 2001 From: Andy Cedilnik Date: Wed, 29 Sep 2004 11:52:02 -0400 Subject: BUG: If extra update failes, continue with dashboard. Closes Bug #894 - Fatal CVS update error kills test, and is not reported --- Source/CTest/cmCTestScriptHandler.cxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Source/CTest/cmCTestScriptHandler.cxx b/Source/CTest/cmCTestScriptHandler.cxx index 9415ad6..9c2ac29 100644 --- a/Source/CTest/cmCTestScriptHandler.cxx +++ b/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; } } } -- cgit v0.12