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
This commit is contained in:
Craig Scott
2019-07-09 12:37:04 +00:00
committed by Kitware Robot
+2 -1
View File
@@ -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.