summaryrefslogtreecommitdiffstats
path: root/Doc/using/configure.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/using/configure.rst')
-rw-r--r--Doc/using/configure.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/using/configure.rst b/Doc/using/configure.rst
index 8207475..a955519 100644
--- a/Doc/using/configure.rst
+++ b/Doc/using/configure.rst
@@ -965,7 +965,7 @@ Main Makefile targets
this the default target of the ``make`` command (``make all`` or just
``make``).
-* ``make test``: Build Python and run the Python test suite with ``--slow-ci``
+* ``make test``: Build Python and run the Python test suite with ``--fast-ci``
option. Variables:
* ``TESTOPTS``: additional regrtest command line options.