[Python-checkins] python/dist/src/Lib/test regrtest.py,1.100,1.101

fdrake@users.sourceforge.net fdrake@users.sourceforge.net
Thu, 17 Oct 2002 13:36:10 -0700


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

Modified Files:
	regrtest.py 
Log Message:
Remove spurious cruft from the output.


Index: regrtest.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/regrtest.py,v
retrieving revision 1.100
retrieving revision 1.101
diff -C2 -d -r1.100 -r1.101
*** regrtest.py	9 Oct 2002 01:07:11 -0000	1.100
--- regrtest.py	17 Oct 2002 20:36:08 -0000	1.101
***************
*** 370,374 ****
      except (ImportError, test_support.TestSkipped), msg:
          if not quiet:
!             print "test", test, "skipped --", msg
              sys.stdout.flush()
          return -1
--- 370,374 ----
      except (ImportError, test_support.TestSkipped), msg:
          if not quiet:
!             print test, "skipped --", msg
              sys.stdout.flush()
          return -1