[Cmake-commits] CMake branch, next, updated. v3.6.2-2328-g4112469
Brad King
brad.king at kitware.com
Tue Sep 20 14:44:41 EDT 2016
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, next has been updated
via 41124690a9d66963ec4d80f53d74be1b00da2fd7 (commit)
via adf1e32fa2da7a7131e65809fe20111b9611e87d (commit)
from b46a0a0ee1951a42c45b56eb2b20d682efc66d80 (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 -----------------------------------------------------------------
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=41124690a9d66963ec4d80f53d74be1b00da2fd7
commit 41124690a9d66963ec4d80f53d74be1b00da2fd7
Merge: b46a0a0 adf1e32
Author: Brad King <brad.king at kitware.com>
AuthorDate: Tue Sep 20 14:44:40 2016 -0400
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Sep 20 14:44:40 2016 -0400
Merge topic 'ctest-capture-error' into next
adf1e32f Help: Add notes for topic 'ctest-capture-error'
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=adf1e32fa2da7a7131e65809fe20111b9611e87d
commit adf1e32fa2da7a7131e65809fe20111b9611e87d
Author: Brad King <brad.king at kitware.com>
AuthorDate: Tue Sep 20 14:43:13 2016 -0400
Commit: Brad King <brad.king at kitware.com>
CommitDate: Tue Sep 20 14:43:13 2016 -0400
Help: Add notes for topic 'ctest-capture-error'
diff --git a/Help/release/dev/ctest-capture-error.rst b/Help/release/dev/ctest-capture-error.rst
new file mode 100644
index 0000000..5a286c7
--- /dev/null
+++ b/Help/release/dev/ctest-capture-error.rst
@@ -0,0 +1,8 @@
+ctest-capture-error
+-------------------
+
+* The :command:`ctest_configure`, :command:`ctest_build`,
+ :command:`ctest_test`, :command:`ctest_coverage`, and :command:`ctest_upload`
+ commands gained a new ``CAPTURE_CMAKE_ERROR`` option to capture any errors
+ that occur as the commands run into a variable and avoid affecting the return
+ code of the :manual:`ctest(1)` process.
-----------------------------------------------------------------------
Summary of changes:
Help/release/dev/ctest-capture-error.rst | 8 ++++++++
1 file changed, 8 insertions(+)
create mode 100644 Help/release/dev/ctest-capture-error.rst
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list