[Python-checkins] CVS: python/dist/src/Lib/test regrtest.py,1.70,1.71

Neal Norwitz nnorwitz@users.sourceforge.net
Fri, 08 Feb 2002 12:13:55 -0800


Update of /cvsroot/python/python/dist/src/Lib/test
In directory usw-pr-cvs1:/tmp/cvs-serv30131/Lib/test

Modified Files:
	regrtest.py 
Log Message:
Fix typo

Index: regrtest.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/regrtest.py,v
retrieving revision 1.70
retrieving revision 1.71
diff -C2 -d -r1.70 -r1.71
*** regrtest.py	14 Dec 2001 21:28:53 -0000	1.70
--- regrtest.py	8 Feb 2002 20:13:53 -0000	1.71
***************
*** 26,30 ****
  
  -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
  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
--- 26,30 ----
  
  -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 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