summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2018-04-09 14:17:20 -0700
committerNed Deily <nad@python.org>2018-04-09 17:17:20 -0400
commit71a3837bf39580ffa828c14247230a9277b9d5b1 (patch)
tree94ae4b6f812dd801836c984a207c0115bc158ca6 /README.rst
parentb0f387d7ca126d486fc82744b8ec90c131230311 (diff)
downloadcpython-git-71a3837bf39580ffa828c14247230a9277b9d5b1.tar.gz
[3.7] bpo-31201: Clarify command to re-run failing test(s) with example (GH-6417) (GH-6437)
(cherry picked from commit 0f914b5b5f6ba186afd7112fc851c97247076f70) Co-authored-by: Aaron Ang <aaronang@users.noreply.github.com>
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index a795bfece8..607f2613a0 100644
--- a/README.rst
+++ b/README.rst
@@ -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