mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-06 14:19:59 -05:00
committed by
Brad King
parent
26ab669173
commit
e026ce215a
@@ -2,6 +2,6 @@ CTEST_CUSTOM_ERROR_EXCEPTION
|
||||
----------------------------
|
||||
|
||||
A list of regular expressions which will be used to exclude when detecting
|
||||
error messages in build outputs by the :command:`ctest_test` command.
|
||||
error messages in build outputs by the :command:`ctest_build` command.
|
||||
|
||||
.. include:: CTEST_CUSTOM_XXX.txt
|
||||
|
||||
@@ -2,6 +2,6 @@ CTEST_CUSTOM_ERROR_MATCH
|
||||
------------------------
|
||||
|
||||
A list of regular expressions which will be used to detect error messages in
|
||||
build outputs by the :command:`ctest_test` command.
|
||||
build outputs by the :command:`ctest_build` command.
|
||||
|
||||
.. include:: CTEST_CUSTOM_XXX.txt
|
||||
|
||||
@@ -2,6 +2,6 @@ CTEST_CUSTOM_ERROR_POST_CONTEXT
|
||||
-------------------------------
|
||||
|
||||
The number of lines to include as context which follow an error message by the
|
||||
:command:`ctest_test` command. The default is 10.
|
||||
:command:`ctest_build` command. The default is 10.
|
||||
|
||||
.. include:: CTEST_CUSTOM_XXX.txt
|
||||
|
||||
@@ -2,6 +2,6 @@ CTEST_CUSTOM_ERROR_PRE_CONTEXT
|
||||
------------------------------
|
||||
|
||||
The number of lines to include as context which precede an error message by
|
||||
the :command:`ctest_test` command. The default is 10.
|
||||
the :command:`ctest_build` command. The default is 10.
|
||||
|
||||
.. include:: CTEST_CUSTOM_XXX.txt
|
||||
|
||||
Reference in New Issue
Block a user