diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2004-09-29 15:52:02 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2004-09-29 15:52:02 (GMT) |
commit | cf8d34040e66e2ffb13b4f6598024b38e298633d (patch) | |
tree | de3de4f31df83ebb0dcc89f165cfb9a863d56094 /Source | |
parent | 1852a88fa1df2017a9a2d1acaf63f91555dd5607 (diff) | |
download | CMake-cf8d34040e66e2ffb13b4f6598024b38e298633d.zip CMake-cf8d34040e66e2ffb13b4f6598024b38e298633d.tar.gz CMake-cf8d34040e66e2ffb13b4f6598024b38e298633d.tar.bz2 |
BUG: If extra update failes, continue with dashboard. Closes Bug #894 - Fatal CVS update error kills test, and is not reported
Diffstat (limited to 'Source')
-rw-r--r-- | Source/CTest/cmCTestScriptHandler.cxx | 3 |
1 files changed, 1 insertions, 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; } } } |