Help: Fix command references in CTEST_CUSTOM_ variables

Fixes: #19087
This commit is contained in:
Amir Masoud Abdol
2022-12-15 16:00:19 +01:00
committed by Brad King
parent 26ab669173
commit e026ce215a
4 changed files with 4 additions and 4 deletions
@@ -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
+1 -1
View File
@@ -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