Kaydet (Commit) 83bb3990 authored tarafından Miss Islington (bot)'s avatar Miss Islington (bot) Kaydeden (comit) Ned Deily

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

(cherry picked from commit 0f914b5b)
Co-authored-by: 's avatarAaron Ang <aaronang@users.noreply.github.com>
üst e0dbc57e
...@@ -171,9 +171,10 @@ something is wrong. ...@@ -171,9 +171,10 @@ something is wrong.
By default, tests are prevented from overusing resources like disk space and By default, tests are prevented from overusing resources like disk space and
memory. To enable these tests, run ``make testall``. 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 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 your environment, you can `file a bug report <https://bugs.python.org>`_ and
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment