Skip to content

Commit 0f914b5

Browse files
aaronangned-deily
authored andcommitted
bpo-31201: Clarify command to re-run failing test(s) with example (GH-6417)
1 parent c93938b commit 0f914b5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,9 +172,10 @@ something is wrong.
172172
By default, tests are prevented from overusing resources like disk space and
173173
memory. To enable these tests, run ``make testall``.
174174

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

177-
make test TESTOPTS="-v test_that_failed"
178+
make test TESTOPTS="-v test_os test_gdb"
178179

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

0 commit comments

Comments
 (0)