diff options
| author | Luc Van Oostenryck <luc.vanoostenryck@gmail.com> | 2017-09-16 11:47:54 +0200 |
|---|---|---|
| committer | Luc Van Oostenryck <luc.vanoostenryck@gmail.com> | 2017-09-16 11:54:06 +0200 |
| commit | b4e441675f8f908d79cdb00f8850e7906693c89b (patch) | |
| tree | 87424c6d669daf5694ed7613f944605c7128c759 /Documentation | |
| parent | 4c70989cb77c1c9e77f30d134e7eba6e9dc06ac9 (diff) | |
| download | sparse-dev-b4e441675f8f908d79cdb00f8850e7906693c89b.tar.gz | |
testsuite: obsolete old pattern checking syntax
The old syntax is kept for now to avoid too much conflits
in pending branches.
Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>
Diffstat (limited to 'Documentation')
| -rw-r--r-- | Documentation/test-suite | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Documentation/test-suite b/Documentation/test-suite index 774f4ab2..7da6b577 100644 --- a/Documentation/test-suite +++ b/Documentation/test-suite @@ -53,10 +53,6 @@ check-output-excludes: <pattern> (optional) Several such tags can be given, in which case the output must contains none of the patterns. -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 |
