summaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@python.org>2023-09-29 19:36:03 (GMT)
committerGitHub <noreply@github.com>2023-09-29 19:36:03 (GMT)
commit9c91141ffff0275cff99f50cbf805a0e9d645da8 (patch)
tree7519930771bbea8016c2d0b605636d2483c6e7d0 /README.rst
parent635184212179b0511768ea1cd57256e134ba2d75 (diff)
downloadcpython-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.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 208bf8c..921da30 100644
--- a/README.rst
+++ b/README.rst
@@ -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::