summaryrefslogtreecommitdiffstats
path: root/Misc/build.sh
diff options
context:
space:
mode:
authorNeal Norwitz <nnorwitz@gmail.com>2006-03-03 00:43:06 (GMT)
committerNeal Norwitz <nnorwitz@gmail.com>2006-03-03 00:43:06 (GMT)
commit26f55a1473a639bc2506f7d7fded2e95303108b4 (patch)
treed23d992f9423b994ad10304fa7b50d075d29d846 /Misc/build.sh
parent3909ff69e2506f86b05ee07ba53d433a28f78afd (diff)
downloadcpython-26f55a1473a639bc2506f7d7fded2e95303108b4.zip
cpython-26f55a1473a639bc2506f7d7fded2e95303108b4.tar.gz
cpython-26f55a1473a639bc2506f7d7fded2e95303108b4.tar.bz2
Add test_quopri to know spurious leakers
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 55aad7b..1dd6c80 100755
--- a/Misc/build.sh
+++ b/Misc/build.sh
@@ -59,7 +59,7 @@ REFLOG="build/reflog.txt.out"
# test_generators really leaks. Since test_generators probably won't
# be fixed real soon, disable warning about it for now.
# The entire leak report will be mailed if any test not in this list leaks.
-LEAKY_TESTS="test_(capi|cfgparser|charmapcodec|cmd_line|compiler|filecmp|generators|threaded_import|threadedtempfile|threading|threading_local|urllib2)"
+LEAKY_TESTS="test_(capi|cfgparser|charmapcodec|cmd_line|compiler|filecmp|generators|quopri|threaded_import|threadedtempfile|threading|threading_local|urllib2)"
# Change this flag to "yes" for old releases to just update/build the docs.
BUILD_DISABLED="no"