We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0dbc57 commit 83bb399Copy full SHA for 83bb399
README.rst
@@ -171,9 +171,10 @@ something is wrong.
171
By default, tests are prevented from overusing resources like disk space and
172
memory. To enable these tests, run ``make testall``.
173
174
-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
175
+example, if ``test_os`` and ``test_gdb`` failed, you can run::
176
- make test TESTOPTS="-v test_that_failed"
177
+ make test TESTOPTS="-v test_os test_gdb"
178
179
If the failure persists and appears to be a problem with Python rather than
180
your environment, you can `file a bug report <https://bugs.python.org>`_ and
0 commit comments