summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2010-08-16 14:33:42 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2010-08-16 14:33:42 (GMT)
commit982c018b3292e368e3fd808e36d91023296c5255 (patch)
tree7679dcc0e4e49602593f2c1c55b61b2a9273bd25 /Lib
parent677d95c2584ca40bb6dc67f8f47e41cf0ea99926 (diff)
downloadcpython-982c018b3292e368e3fd808e36d91023296c5255.zip
cpython-982c018b3292e368e3fd808e36d91023296c5255.tar.gz
cpython-982c018b3292e368e3fd808e36d91023296c5255.tar.bz2
Remove debug hack
Diffstat (limited to 'Lib')
-rw-r--r--Lib/test/test_ssl.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/Lib/test/test_ssl.py b/Lib/test/test_ssl.py
index a4cef88..71ba9e1 100644
--- a/Lib/test/test_ssl.py
+++ b/Lib/test/test_ssl.py
@@ -1492,12 +1492,9 @@ def test_main(verbose=False):
if thread_info and support.is_resource_enabled('network'):
tests.append(ThreadedTests)
- old_verbose = support.verbose
try:
- support.verbose = True
support.run_unittest(*tests)
finally:
- support.verbose = old_verbose
if _have_threads:
support.threading_cleanup(*thread_info)