From: Berker Peksag Date: Wed, 27 Apr 2016 05:58:32 +0000 (+0300) Subject: Issue #26672: Fix regrtest example in test.rst X-Git-Tag: v2.7.12rc1~101 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b6886505a607e40ba4de7adeedb371c321f5f9aa;p=thirdparty%2FPython%2Fcpython.git Issue #26672: Fix regrtest example in test.rst Reported by Axel Luttgens. --- diff --git a/Doc/library/test.rst b/Doc/library/test.rst index 6872d5f93310..be5a9e9f320f 100644 --- a/Doc/library/test.rst +++ b/Doc/library/test.rst @@ -171,7 +171,7 @@ the test passed or failed and thus minimize output. 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`