File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -168,14 +168,14 @@ whether the test passed or failed and thus minimize output.
168168
169169Running :mod: `test.regrtest ` directly allows what resources are available for
170170tests to use to be set. You do this by using the ``-u `` command-line
171- option. Run :program: `python regrtest.py -uall ` to turn on all
171+ option. Run :program: `python -m regrtest -uall ` to turn on all
172172resources; specifying ``all `` as an option for ``-u `` enables all
173173possible resources. If all but one resource is desired (a more common case), a
174174comma-separated list of resources that are not desired may be listed after
175- ``all ``. The command :program: `python regrtest.py -uall,-audio,-largefile `
175+ ``all ``. The command :program: `python -m regrtest -uall,-audio,-largefile `
176176will run :mod: `test.regrtest ` with all resources except the ``audio `` and
177177``largefile `` resources. For a list of all resources and more command-line
178- options, run :program: `python regrtest.py -h `.
178+ options, run :program: `python -m regrtest -h `.
179179
180180Some other ways to execute the regression tests depend on what platform the
181181tests are being executed on. On Unix, you can run :program: `make test ` at the
You can’t perform that action at this time.
0 commit comments