File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -155,14 +155,13 @@ something is wrong.
155
155
By default, tests are prevented from overusing resources like disk space and
156
156
memory. To enable these tests, run ``make testall ``.
157
157
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::
161
159
162
- ./python -m test -v test_whatever
160
+ make test TESTOPTS=" -v test_that_failed"
163
161
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.
166
165
167
166
168
167
Installing multiple versions
You can’t perform that action at this time.
0 commit comments