This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author trent
Recipients trent
Date 2012-09-18.18:57:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1347994629.04.0.316608804637.issue15967@psf.upfronthosting.co.za>
In-reply-to
Content
All my slaves' /tmp's are polluted with regrtest fluff.  I haven't checked yet, but I presume no cleanup is done if a test/run fails.

nitrogen% find /tmp -user cpython 2> /dev/null | wc -l
197
netbsd51-x64-1$ find /tmp -user cpython 2> /dev/null | wc -l
     142
oxygen% find /tmp -user cpython 2> /dev/null | wc -l                
456

Placeholder issue until it annoys me enough to patch.
History
Date User Action Args
2012-09-18 18:57:09trentsetrecipients: + trent
2012-09-18 18:57:09trentsetmessageid: <1347994629.04.0.316608804637.issue15967@psf.upfronthosting.co.za>
2012-09-18 18:57:08trentlinkissue15967 messages
2012-09-18 18:57:08trentcreate