[Python-checkins] cpython (2.7): Issue #26672: Fix regrtest example in test.rst

berker.peksag python-checkins at python.org
Wed Apr 27 01:57:57 EDT 2016


https://hg.python.org/cpython/rev/2ef61a4747eb
changeset:   101163:2ef61a4747eb
branch:      2.7
parent:      101156:44f888e47ab0
user:        Berker Peksag <berker.peksag at gmail.com>
date:        Wed Apr 27 08:58:32 2016 +0300
summary:
  Issue #26672: Fix regrtest example in test.rst

Reported by Axel Luttgens.

files:
  Doc/library/test.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/library/test.rst b/Doc/library/test.rst
--- a/Doc/library/test.rst
+++ b/Doc/library/test.rst
@@ -171,7 +171,7 @@
 Running :mod:`test.regrtest` directly allows what resources are available for
 tests to use to be set. You do this by using the ``-u`` command-line
 option. Specifying ``all`` as the value for the ``-u`` option enables all
-possible resources: :program:`python -m test -uall`.
+possible resources: :program:`python -m test.regrtest -uall`.
 If all but one resource is desired (a more common case), a
 comma-separated list of resources that are not desired may be listed after
 ``all``. The command :program:`python -m test.regrtest -uall,-audio,-largefile`

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list