Skip to content

Commit

Permalink
Documented new -S switch
Browse files Browse the repository at this point in the history
  • Loading branch information
Snaipe committed Aug 20, 2015
1 parent b7528a9 commit e37b6b5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/env.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Command line arguments
* ``--no-early-exit``: The test workers shall not prematurely exit when done and
will properly return from the main, cleaning up their process space.
This is useful when tracking memory leaks with ``valgrind --tool=memcheck``.
* ``-S or --short-filename``: The filenames are displayed in their short form.
* ``--always-succeed``: The process shall exit with a status of ``0``.
* ``--tap``: Enables the TAP (Test Anything Protocol) output format.
* ``--verbose[=level]``: Makes the output verbose. When provided with an integer,
Expand Down Expand Up @@ -59,6 +60,7 @@ Environment variables are alternatives to command line switches when set to 1.
* ``CRITERION_ENABLE_TAP``: Same as ``--tap``.
* ``CRITERION_FAIL_FAST``: Same as ``--fail-fast``.
* ``CRITERION_USE_ASCII``: Same as ``--ascii``.
* ``CRITERION_SHORT_FILENAME``: Same as ``--short-filename``.
* ``CRITERION_VERBOSITY_LEVEL``: Same as ``--verbose``. Sets the verbosity level
to its value.
* ``CRITERION_TEST_PATTERN``: Same as ``--pattern``. Sets the test pattern
Expand Down

0 comments on commit e37b6b5

Please sign in to comment.