Help: Valid range for test property, SKIP_RETURN_CODE, is 0 to 255, inclusive

This commit is contained in:
Stephen Manz
2019-06-26 09:00:21 -07:00
parent 8a42cd155f
commit 365ee32db8

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.