summaryrefslogtreecommitdiffstats
path: root/Help/prop_test
diff options
context:
space:
mode:
authorStephen Manz <6985-SRManz@users.noreply.gitlab.kitware.com>2019-06-26 16:00:21 (GMT)
committerStephen Manz <6985-SRManz@users.noreply.gitlab.kitware.com>2019-07-02 15:46:49 (GMT)
commit365ee32db88f6de20b01a386dc26d3450800daaf (patch)
treefc21f5565952a97bfd3fa0d8b6bac2b00839d1a3 /Help/prop_test
parent8a42cd155f00d9418fa60f995b466fff7c1afaa5 (diff)
downloadCMake-365ee32db88f6de20b01a386dc26d3450800daaf.zip
CMake-365ee32db88f6de20b01a386dc26d3450800daaf.tar.gz
CMake-365ee32db88f6de20b01a386dc26d3450800daaf.tar.bz2
Help: Valid range for test property, SKIP_RETURN_CODE, is 0 to 255, inclusive
Diffstat (limited to 'Help/prop_test')
-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.