diff options
author | Victor Stinner <vstinner@python.org> | 2023-09-29 19:36:03 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-29 19:36:03 (GMT) |
commit | 9c91141ffff0275cff99f50cbf805a0e9d645da8 (patch) | |
tree | 7519930771bbea8016c2d0b605636d2483c6e7d0 /README.rst | |
parent | 635184212179b0511768ea1cd57256e134ba2d75 (diff) | |
download | cpython-9c91141ffff0275cff99f50cbf805a0e9d645da8.zip cpython-9c91141ffff0275cff99f50cbf805a0e9d645da8.tar.gz cpython-9c91141ffff0275cff99f50cbf805a0e9d645da8.tar.bz2 |
gh-109566: Remove make testall (#110122)
Remove "make testall" target: use "make buildbottest" instead.
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -177,7 +177,7 @@ is printed about a failed test or a traceback or core dump is produced, something is wrong. 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 buildbottest``. 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:: |