Skip to content

Commit 5bbcd3a

Browse files
committed
Soften verbose testing section
1 parent a5ebe4b commit 5bbcd3a

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

README.rst

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -155,14 +155,13 @@ something is wrong.
155155
By default, tests are prevented from overusing resources like disk space and
156156
memory. To enable these tests, run ``make testall``.
157157

158-
IMPORTANT: If the tests fail and you decide to file a bug report, *don't*
159-
include the output of ``make test``. It is useless. Run the failing test
160-
manually, as follows::
158+
If any tests fail, you can re-run the failing test(s) in verbose mode::
161159

162-
./python -m test -v test_whatever
160+
make test TESTOPTS="-v test_that_failed"
163161

164-
(substituting the top of the source tree for '.' if you built in a different
165-
directory). This runs only the failing test in verbose mode.
162+
If the failure persists and appears to be a problem with Python rather than
163+
your environment, you can `file a bug report <https://bugs.python.org>`_ and
164+
include relevant output from that command to show the issue.
166165

167166

168167
Installing multiple versions

0 commit comments

Comments
 (0)