diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2006-04-06 08:00:20 +0000 |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2006-04-06 08:00:20 +0000 |
commit | 63421f10cb78bb845564d7f5f2b9dc7d36c01014 (patch) | |
tree | daeb4fe398f3172bd6672f809d9fa28a7a85df2f /Misc/build.sh | |
parent | 7869c5ba41693daaeddba2e1b636e496b321eb41 (diff) | |
download | cpython-63421f10cb78bb845564d7f5f2b9dc7d36c01014.tar.gz |
Hopefully this makes test_urllib2 have inconsistent leak results
Diffstat (limited to 'Misc/build.sh')
-rwxr-xr-x | Misc/build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/build.sh b/Misc/build.sh index d1372d64b6..2c95403007 100755 --- a/Misc/build.sh +++ b/Misc/build.sh @@ -60,7 +60,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_(capi|cfgparser|charmapcodec|cmd_line|compiler|ctypes|filecmp|quopri|socket|threaded_import|threadedtempfile|threading|threading_local|urllib2)" +LEAKY_TESTS="test_(capi|cfgparser|charmapcodec|cmd_line|compiler|ctypes|filecmp|quopri|socket|threaded_import|threadedtempfile|threading|threading_local)" # Change this flag to "yes" for old releases to only update/build the docs. BUILD_DISABLED="no" |