Skip to content

Commit

Permalink
Update docs for this test-spec API change
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanconn committed Jul 10, 2018
1 parent 8e5272d commit 23b9d6a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -161,16 +161,16 @@ Running the tests
The ``run_testr`` command has the following options::

$ run_testr --help
usage: run_testr [-h] [--test-spec TEST_SPEC] [--packages-dir PACKAGES_DIR]
usage: run_testr [-h] [--test-spec TEST_SPEC_FILE] [--packages-dir PACKAGES_DIR]
[--outputs-dir OUTPUTS_DIR] [--outputs-subdir OUTPUTS_SUBDIR]
[--regress-dir REGRESS_DIR] [--include INCLUDES]
[--exclude EXCLUDES] [--collect-only]
[--packages-repo PACKAGES_REPO] [--overwrite]

optional arguments:
-h, --help show this help message and exit
--test-spec TEST_SPEC
Test include/exclude specification (default=None)
--test-spec TEST_SPEC_FILE
Test include/exclude specification file(default=None)
--packages-dir PACKAGES_DIR
Directory containing package tests
--outputs-dir OUTPUTS_DIR
Expand Down Expand Up @@ -295,7 +295,7 @@ manage these lists of tests directly.
The ``--test-spec`` command line option provides a way to do this. If you provide
an option like ``--test-spec=HEAD`` then the following happens:

- A file in the current directory named ``test_spec_HEAD`` is opened and read:
- A file in the current directory named ``HEAD`` is opened and read:

- It must contain a list of include / exclude specifications like those for
the ``-include`` and ``-exclude`` options.
Expand Down

0 comments on commit 23b9d6a

Please sign in to comment.