[Cmake-commits] CMake branch, master, updated. 1da611fd46818a33abf7179e1a82518b2c90421e
cmake-commits at cmake.org
cmake-commits at cmake.org
Tue Apr 27 14:17:29 EDT 2010
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".
The branch, master has been updated
via 1da611fd46818a33abf7179e1a82518b2c90421e (commit)
from 32856c1be4103a933a9616f55d1b1f441be0eecf (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=1da611fd46818a33abf7179e1a82518b2c90421e
commit 1da611fd46818a33abf7179e1a82518b2c90421e
Author: Brad King <brad.king at kitware.com>
Date: Tue Apr 27 14:10:06 2010 -0400
ctest_update: Report failure in Update.xml
Report in <UpdateReturnStatus> when the update command line returns
non-zero. Otherwise the failure may be silently ignored since the error
was previously recorded only in the local log file.
diff --git a/Source/CTest/cmCTestUpdateHandler.cxx b/Source/CTest/cmCTestUpdateHandler.cxx
index f87b37c..9eae3f3 100644
--- a/Source/CTest/cmCTestUpdateHandler.cxx
+++ b/Source/CTest/cmCTestUpdateHandler.cxx
@@ -306,6 +306,7 @@ int cmCTestUpdateHandler::ProcessHandler()
}
if(!updated)
{
+ os << "Update command failed:\n" << vc->GetUpdateCommandLine();
cmCTestLog(this->CTest, ERROR_MESSAGE, " Update command failed: "
<< vc->GetUpdateCommandLine() << "\n");
}
-----------------------------------------------------------------------
Summary of changes:
Source/CTest/cmCTestUpdateHandler.cxx | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list