summaryrefslogtreecommitdiff
path: root/tests/alltests.py
diff options
context:
space:
mode:
authorHeikki Toivonen <heikki@heikkitoivonen.net>2006-04-05 08:41:04 +0000
committerHeikki Toivonen <heikki@heikkitoivonen.net>2006-04-05 08:41:04 +0000
commit4cf36b86d62b8cb0e9424f8d4fddd0396c518eae (patch)
treebc17377ae9c9364af2e5425c853640481d19d462 /tests/alltests.py
parent4583493560ff6dbad8b9ba6d3a63b6dfc38a0e99 (diff)
downloadm2crypto-4cf36b86d62b8cb0e9424f8d4fddd0396c518eae.tar.gz
Leak tests for test_ssl, disabled by default.
git-svn-id: http://svn.osafoundation.org/m2crypto/trunk@406 2715db39-9adf-0310-9c64-84f055769b4b
Diffstat (limited to 'tests/alltests.py')
-rw-r--r--tests/alltests.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/alltests.py b/tests/alltests.py
index cea3141..e212258 100644
--- a/tests/alltests.py
+++ b/tests/alltests.py
@@ -32,6 +32,7 @@ def suite():
def dump_garbage():
+ import gc
print '\nGarbage:'
leaks = gc.collect()
if leaks: