Revision 922f47979afd8bee43f6810c53146aa6d34b44ab authored by Brad King on 03 June 2014, 13:30:39 UTC, committed by Brad King on 03 June 2014, 13:30:39 UTC
2 parent s 910849d + 8da0a75
Raw File
FAIL_REGULAR_EXPRESSION.rst
FAIL_REGULAR_EXPRESSION
-----------------------

If the output matches this regular expression the test will fail.

If set, if the output matches one of specified regular expressions,
the test will fail.For example: FAIL_REGULAR_EXPRESSION
"[^a-z]Error;ERROR;Failed"
back to top