ctest-capture-error.rst 378 B

12345678
  1. ctest-capture-error
  2. -------------------
  3. * The :command:`ctest_configure`, :command:`ctest_build`,
  4. :command:`ctest_test`, :command:`ctest_coverage`, and :command:`ctest_upload`
  5. commands gained a new ``CAPTURE_CMAKE_ERROR`` option to capture any errors
  6. that occur as the commands run into a variable and avoid affecting the return
  7. code of the :manual:`ctest(1)` process.