bpo-31201: Clarify command to re-run failing test(s) with example (GH-6417)

This commit is contained in:
Aaron Ang 2018-04-09 14:09:31 -07:00 committed by Ned Deily
parent c93938b5be
commit 0f914b5b5f
1 changed files with 3 additions and 2 deletions

View File

@ -172,9 +172,10 @@ something is wrong.
By default, tests are prevented from overusing resources like disk space and
memory. To enable these tests, run ``make testall``.
If any tests fail, you can re-run the failing test(s) in verbose mode::
If any tests fail, you can re-run the failing test(s) in verbose mode. For
example, if ``test_os`` and ``test_gdb`` failed, you can run::
make test TESTOPTS="-v test_that_failed"
make test TESTOPTS="-v test_os test_gdb"
If the failure persists and appears to be a problem with Python rather than
your environment, you can `file a bug report <https://bugs.python.org>`_ and