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