summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorCraig Scott <craig.scott@crascit.com>2019-07-09 12:37:04 (GMT)
committerKitware Robot <kwrobot@kitware.com>2019-07-09 12:37:17 (GMT)
commitf02ea912ac9cff2cec857202aecd186cc407163c (patch)
treed1eede8b587f41f4078a1ffa60d07df2355ce739 /Help
parente559a3e9900a7c040de2faf36a196b59e82cdd73 (diff)
parent365ee32db88f6de20b01a386dc26d3450800daaf (diff)
downloadCMake-f02ea912ac9cff2cec857202aecd186cc407163c.zip
CMake-f02ea912ac9cff2cec857202aecd186cc407163c.tar.gz
CMake-f02ea912ac9cff2cec857202aecd186cc407163c.tar.bz2
Merge topic 'doc-SKIP_RETURN_CODE-range'
365ee32db8 Help: Valid range for test property, SKIP_RETURN_CODE, is 0 to 255, inclusive Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3507
Diffstat (limited to 'Help')
-rw-r--r--Help/prop_test/SKIP_RETURN_CODE.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/Help/prop_test/SKIP_RETURN_CODE.rst b/Help/prop_test/SKIP_RETURN_CODE.rst
index a05fbf3..3d48c2f 100644
--- a/Help/prop_test/SKIP_RETURN_CODE.rst
+++ b/Help/prop_test/SKIP_RETURN_CODE.rst
@@ -6,4 +6,5 @@ Return code to mark a test as skipped.
Sometimes only a test itself can determine if all requirements for the
test are met. If such a situation should not be considered a hard failure
a return code of the process can be specified that will mark the test as
-``Not Run`` if it is encountered.
+``Not Run`` if it is encountered. Valid values are in the range of
+0 to 255, inclusive.