summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2016-09-20 18:43:13 (GMT)
committerBrad King <brad.king@kitware.com>2016-09-20 18:43:13 (GMT)
commitadf1e32fa2da7a7131e65809fe20111b9611e87d (patch)
tree9756f3d988a959003434dc5e43fc128f754df240 /Help
parentd328dc6853e211dc05c4abcf62cc64b9c91235a2 (diff)
downloadCMake-adf1e32fa2da7a7131e65809fe20111b9611e87d.zip
CMake-adf1e32fa2da7a7131e65809fe20111b9611e87d.tar.gz
CMake-adf1e32fa2da7a7131e65809fe20111b9611e87d.tar.bz2
Help: Add notes for topic 'ctest-capture-error'
Diffstat (limited to 'Help')
-rw-r--r--Help/release/dev/ctest-capture-error.rst8
1 files changed, 8 insertions, 0 deletions
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.