summaryrefslogtreecommitdiffstats
path: root/Help/release
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2016-09-21 12:47:51 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2016-09-21 12:47:51 (GMT)
commit2c2ffd3874f749979d723d7a788d45e3830952d6 (patch)
treeb93129d8c486047de6ea6e7f0143560d753d96a5 /Help/release
parenteca2af6e66343c51389f6605df79f7e6ce60cf37 (diff)
parentadf1e32fa2da7a7131e65809fe20111b9611e87d (diff)
downloadCMake-2c2ffd3874f749979d723d7a788d45e3830952d6.zip
CMake-2c2ffd3874f749979d723d7a788d45e3830952d6.tar.gz
CMake-2c2ffd3874f749979d723d7a788d45e3830952d6.tar.bz2
Merge topic 'ctest-capture-error'
adf1e32f Help: Add notes for topic 'ctest-capture-error' d328dc68 CTest: Add CAPTURE_CMAKE_ERROR val to `ctest_*` commands 9ac2e189 ctest_coverage: If gcov is not found just warn, not error
Diffstat (limited to 'Help/release')
-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.