Hi, On Thu, 7 Aug 2008, Junio C Hamano wrote: > Johannes Schindelin <Johannes.Schindelin@xxxxxx> writes: > > > Parallel mode also triggers removal of the trash directory in the test > > itself if everything went fine, so that the trash directories do not > > pile up only to be removed at the very end. > > I think making the tests remove their own mess makes sense regardless. When I add tests, I first run the appropriate t/t*.sh, then expect what is in trash directory, then extend the test. So at least I need an option to keep the directory. > > clean: > > - $(RM) -r 'trash directory' test-results > > + $(RM) -rf 'trash directory' test-results > > This is not needed, I think, as RM is defined with -f already. Okay, thanks. Ciao, Dscho -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html