[Python-checkins] python/dist/src/Lib/test xmltests.py,1.1,1.2

fdrake@users.sourceforge.net fdrake@users.sourceforge.net
Wed, 26 Jun 2002 08:16:18 -0700


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

Modified Files:
	xmltests.py 
Log Message:
Suppress the variable verbose output from test.xmltests; the inclusion of
timing information in the output makes the determination of success bogus.


Index: xmltests.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/xmltests.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** xmltests.py	25 Jun 2002 19:20:10 -0000	1.1
--- xmltests.py	26 Jun 2002 15:16:16 -0000	1.2
***************
*** 3,6 ****
--- 3,9 ----
  
  import sys
+ import test.test_support
+ 
+ test.test_support.verbose = 0
  
  def runtest(name):