diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2006-03-02 07:51:44 (GMT) |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2006-03-02 07:51:44 (GMT) |
commit | e88d0a5d8acc125ddb4a82c843bf5dd3b1525d4a (patch) | |
tree | 24638315270b597dc0d4d061691fb43a2d13ac87 /Misc | |
parent | 83d1266cbd2d9fca9289f7ed69784aa285a006eb (diff) | |
download | cpython-e88d0a5d8acc125ddb4a82c843bf5dd3b1525d4a.zip cpython-e88d0a5d8acc125ddb4a82c843bf5dd3b1525d4a.tar.gz cpython-e88d0a5d8acc125ddb4a82c843bf5dd3b1525d4a.tar.bz2 |
Spell threading write, not thraeading
Diffstat (limited to 'Misc')
-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 a1feac4..55aad7b 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|thraeading_local|urllib2)" +LEAKY_TESTS="test_(capi|cfgparser|charmapcodec|cmd_line|compiler|filecmp|generators|threaded_import|threadedtempfile|threading|threading_local|urllib2)" # Change this flag to "yes" for old releases to just update/build the docs. BUILD_DISABLED="no" |