Skip to content

Commit 83bb399

Browse files
miss-islingtonaaronang
authored andcommitted
[3.6] bpo-31201: Clarify command to re-run failing test(s) with example (pythonGH-6417) (pythonGH-6438)
(cherry picked from commit 0f914b5) Co-authored-by: Aaron Ang <[email protected]>
1 parent e0dbc57 commit 83bb399

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.rst

+3-2
Original file line numberDiff line numberDiff line change
@@ -171,9 +171,10 @@ something is wrong.
171171
By default, tests are prevented from overusing resources like disk space and
172172
memory. To enable these tests, run ``make testall``.
173173

174-
If any tests fail, you can re-run the failing test(s) in verbose mode::
174+
If any tests fail, you can re-run the failing test(s) in verbose mode. For
175+
example, if ``test_os`` and ``test_gdb`` failed, you can run::
175176

176-
make test TESTOPTS="-v test_that_failed"
177+
make test TESTOPTS="-v test_os test_gdb"
177178

178179
If the failure persists and appears to be a problem with Python rather than
179180
your environment, you can `file a bug report <https://bugs.python.org>`_ and

0 commit comments

Comments
 (0)