summaryrefslogtreecommitdiffstats
path: root/Lib/test/regrtest.py
diff options
context:
space:
mode:
authorNeal Norwitz <nnorwitz@gmail.com>2002-02-08 20:13:53 (GMT)
committerNeal Norwitz <nnorwitz@gmail.com>2002-02-08 20:13:53 (GMT)
commitaf64263afce352adfa93d96077e703fc7c21f535 (patch)
tree8bda66e4d4b5beafee74148a63708a2fd7c9c2f3 /Lib/test/regrtest.py
parent63cd9bf4887cd4603ead4db29c772fa370e68a25 (diff)
downloadcpython-af64263afce352adfa93d96077e703fc7c21f535.zip
cpython-af64263afce352adfa93d96077e703fc7c21f535.tar.gz
cpython-af64263afce352adfa93d96077e703fc7c21f535.tar.bz2
Fix typo
Diffstat (limited to 'Lib/test/regrtest.py')
-rwxr-xr-xLib/test/regrtest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py
index 280f3cb..324a6c4 100755
--- a/Lib/test/regrtest.py
+++ b/Lib/test/regrtest.py
@@ -25,7 +25,7 @@ If no test names are given, all tests are run.
-v is incompatible with -g and does not compare test output files.
-s means to run only a single test and exit. This is useful when doing memory
-analysis on the Python interpreter (which tend to consume to many resources to
+analysis on the Python interpreter (which tend to consume too many resources to
run the full regression test non-stop). The file /tmp/pynexttest is read to
find the next test to run. If this file is missing, the first test_*.py file
in testdir or on the command line is used. (actually tempfile.gettempdir() is