Skip to content

Commit

Permalink
Renamed the new console-lines mode to verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
smuuf committed Aug 12, 2023
1 parent e1bba71 commit 682548a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tester/en/running-tests.texy
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Options:
-s Show information about skipped tests.
--stop-on-fail Stop execution upon the first failure.
-j <num> Run <num> jobs in parallel (default: 8).
-o <console|console-lines|tap|junit|log|none> (e.g. -o junit:output.xml)
-o <console|verbose|tap|junit|log|none> (e.g. -o junit:output.xml)
Specify one or more output formats with optional file name.
-w | --watch <path> Watch directory.
-i | --info Show tests environment info and exit.
Expand Down Expand Up @@ -127,12 +127,12 @@ Tester stops testing upon the first failing test.
Tests run in a `<num>` parallel precesses. Default value is 8. If we wish to run tests in series, we use value 1.


-o <console|console-lines|tap|junit|none> .[filter]
-o <console|verbose|tap|junit|none> .[filter]
-------------------------------------
Output format. Default is the console format.

- `console`: the same as default, but the ASCII logo is not printed in this case
- `console-lines`: Also outputs to console, but with each test's result printed on a separate line (and with more detail).
- `verbose`: Also outputs to console, but with each test's result printed on a separate line (and with more detail).
- `tap`: [TAP format |https://en.wikipedia.org/wiki/Test_Anything_Protocol] appropriate for machine processing
- `junit`: JUnit XML format, appropriate for machine processing too
- `none`: nothing is printed
Expand Down

0 comments on commit 682548a

Please sign in to comment.