aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Documentation
diff options
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/test-suite6
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/test-suite b/Documentation/test-suite
index a288c81a..774f4ab2 100644
--- a/Documentation/test-suite
+++ b/Documentation/test-suite
@@ -57,6 +57,12 @@ check-output-pattern-<nbr>-times: <pattern> (optional)
Similar than the contains/excludes her above, but with full control
of the number of times the pattern should occurs in the output.
+check-output-pattern(<nbr>): <pattern> (optional)
+check-output-pattern(<min>,<max>): <pattern> (optional)
+ Similar to the '-contains/excludes' here above, but with full control
+ of the number of times the pattern should occurs in the output.
+ If <min> or <max> is '-' the corresponding check is ignored.
+
Using test-suite
~~~~~~~~~~~~~~~~