summaryrefslogtreecommitdiffstats
path: root/Lib/test/xmltests.py
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2002-06-26 15:16:16 (GMT)
committerFred Drake <fdrake@acm.org>2002-06-26 15:16:16 (GMT)
commit3a159a8d25cb468922837ffb3860f87627f8995a (patch)
treef694e496e0c793c9b863f495f159709bd3254260 /Lib/test/xmltests.py
parent09c73432734ac28d481141d54fcda0c164625641 (diff)
downloadcpython-3a159a8d25cb468922837ffb3860f87627f8995a.zip
cpython-3a159a8d25cb468922837ffb3860f87627f8995a.tar.gz
cpython-3a159a8d25cb468922837ffb3860f87627f8995a.tar.bz2
Suppress the variable verbose output from test.xmltests; the inclusion of
timing information in the output makes the determination of success bogus.
Diffstat (limited to 'Lib/test/xmltests.py')
-rw-r--r--Lib/test/xmltests.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/Lib/test/xmltests.py b/Lib/test/xmltests.py
index 70ca922..7963035 100644
--- a/Lib/test/xmltests.py
+++ b/Lib/test/xmltests.py
@@ -2,6 +2,9 @@
# standard library.
import sys
+import test.test_support
+
+test.test_support.verbose = 0
def runtest(name):
__import__(name)