[Python-checkins] python/dist/src/Lib/test regrtest.py,1.144,1.145

tim_one@users.sourceforge.net tim_one@users.sourceforge.net
Tue, 22 Jul 2003 17:30:41 -0700


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

Modified Files:
	regrtest.py 
Log Message:
Restored commented-out line checked in by mistake.


Index: regrtest.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/regrtest.py,v
retrieving revision 1.144
retrieving revision 1.145
diff -C2 -d -r1.144 -r1.145
*** regrtest.py	23 Jul 2003 00:30:11 -0000	1.144
--- regrtest.py	23 Jul 2003 00:30:39 -0000	1.145
***************
*** 332,336 ****
              os.unlink(filename)
  
!     #sys.exit(len(bad) > 0)
  
  
--- 332,336 ----
              os.unlink(filename)
  
!     sys.exit(len(bad) > 0)