blob: b02d17dbbf7bc903500653dd2ebc659a870a0e9f (
plain)
1
2
3
4
5
6
7
8
|
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"
|