summaryrefslogtreecommitdiff
path: root/Misc/build.sh
diff options
context:
space:
mode:
authorNeal Norwitz <nnorwitz@gmail.com>2008-03-05 05:51:20 +0000
committerNeal Norwitz <nnorwitz@gmail.com>2008-03-05 05:51:20 +0000
commit25b8f4a7952036747764e8b741dc2dd0de5dc466 (patch)
tree7d25cf4547a6a9e80dc0db5348a6c1925622c4a5 /Misc/build.sh
parentdd02f083a9d39cde111eba40752d3262fec21953 (diff)
downloadcpython-25b8f4a7952036747764e8b741dc2dd0de5dc466.tar.gz
test_smtplib sometimes reports leaks too, suppress it
Diffstat (limited to 'Misc/build.sh')
-rwxr-xr-xMisc/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/build.sh b/Misc/build.sh
index 62cc28ac7e..dd4c2efd4b 100755
--- a/Misc/build.sh
+++ b/Misc/build.sh
@@ -67,7 +67,7 @@ REFLOG="build/reflog.txt.out"
# Note: test_XXX (none currently) really leak, but are disabled
# so we don't send spam. Any test which really leaks should only
# be listed here if there are also test cases under Lib/test/leakers.
-LEAKY_TESTS="test_(asynchat|cmd_line|popen2|socket|sys|threadsignals|urllib2_localnet)"
+LEAKY_TESTS="test_(asynchat|cmd_line|popen2|socket|smtplib|sys|threadsignals|urllib2_localnet)"
# Skip these tests altogether when looking for leaks. These tests
# do not need to be stored above in LEAKY_TESTS too.