diff options
| author | Randy Dunlap <rdunlap@infradead.org> | 2018-01-21 21:38:39 -0800 |
|---|---|---|
| committer | Luc Van Oostenryck <luc.vanoostenryck@gmail.com> | 2018-01-24 09:32:45 +0100 |
| commit | b8ae5d20058b6c3a738a0ee16ffd15e074702ac5 (patch) | |
| tree | 2bab6fe494bb4a1166203f5431dbc5f227579ad0 | |
| parent | cea7d991f169ba5ddf04a382e322674fecca61ae (diff) | |
| download | sparse-dev-b8ae5d20058b6c3a738a0ee16ffd15e074702ac5.tar.gz | |
Documentation: editing fixes in test-suite
Fix typos, grammar, punctuation, and spelling in Documentation/test-suite.
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>
Cc: Josh Triplett <josh@joshtriplett.org>
Reviewed-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>
Reviewed-by: Josh Triplett <josh@joshtriplett.org>
Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>
| -rw-r--r-- | Documentation/test-suite | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Documentation/test-suite b/Documentation/test-suite index 160fed31..1315dbd6 100644 --- a/Documentation/test-suite +++ b/Documentation/test-suite @@ -40,7 +40,7 @@ check-output-start / check-output-end check-output-ignore / check-error-ignore Don't check the expected output (stdout or stderr) of check-command - (usefull when this output is not comparable or if you're only interested + (useful when this output is not comparable or if you're only interested in the exit value). By default this check is done. @@ -60,8 +60,8 @@ check-output-excludes: <pattern> check-output-pattern(<nbr>): <pattern> check-output-pattern(<min>,<max>): <pattern> - Similar to the '-contains/excludes' here above, but with full control - of the number of times the pattern should occurs in the output. + Similar to the contains/excludes above, but with full control + of the number of times the pattern should occur in the output. If <min> or <max> is '-' the corresponding check is ignored. Using test-suite @@ -91,7 +91,7 @@ cmd: "sparse $file". The output of the test-suite format command can be redirected into the -test case to create a test-suite formated file. +test case to create a test-suite formatted file. $ ./test-suite format bad-assignment.c Assignment >> bad-assignment.c $ cat !$ |
