[issue5676] Fix "make clean" in py3k/trunk

2009-04-06 Thread Larry Hastings
Larry Hastings added the comment: Crapdoodles, I didn't update the patch to get the "regrtest" change I threw in at the last minute. Please see the "v2" patch. -- Added file: http://bugs.python.org/file13640/lch.test_shutil.r71304.v2.diff ___ Python

[issue5676] Fix "make clean" in py3k/trunk

2009-04-06 Thread Larry Hastings
Larry Hastings added the comment: % rm -rf @test rm: cannot remove `...@test': Permission denied And, before you helpfully chime in with "chmod", yes I know how to run that too. I stuck in and figured it out. The bug: "test_on_error" in "test_shutil" is out of sync with how "shutil.rmtree" ru

[issue5676] Fix "make clean" in py3k/trunk

2009-04-06 Thread Benjamin Peterson
Benjamin Peterson added the comment: 2009/4/6 Larry Hastings : > > Larry Hastings added the comment: > > So what's the fix?  I upgraded to r71304 and it still does this.  Worse, > it adds all sorts of complaints to "make test"--and it actually slows > down hg.  (hg can't cd into that directory,

[issue5676] Fix "make clean" in py3k/trunk

2009-04-06 Thread Larry Hastings
Larry Hastings added the comment: So what's the fix? I upgraded to r71304 and it still does this. Worse, it adds all sorts of complaints to "make test"--and it actually slows down hg. (hg can't cd into that directory, so it gives up on creating its inotify socket.) Can whoever added "@test"

[issue5676] Fix "make clean" in py3k/trunk

2009-04-02 Thread Benjamin Peterson
Benjamin Peterson added the comment: @test is the file used by tests. It shouldn't be left around by tests, so if it is, I think you should explicitly has to remove it. -- nosy: +benjamin.peterson ___ Python tracker

[issue5676] Fix "make clean" in py3k/trunk

2009-04-02 Thread Larry Hastings
New submission from Larry Hastings : "make clean" fails in my tree. There's an inscrutable new directory, "@test", which is chmod 400, and therefore "find" isn't allowed to descend into it, so it fails and aborts the clean early. I don't know what the deal is here, but I patched the rules for "