On Wed, Aug 20, 2008 at 05:30:16PM -0700, Junio C Hamano wrote: > * js/parallel-test (Mon Aug 18 12:25:40 2008 -0400) 4 commits > + Update t/.gitignore to ignore all trash directories > + Enable parallel tests > + tests: Clarify dependencies between tests, 'aggregate-results' and > 'clean' > + t9700: remove useless check I really liked this the first time I ran "make -j4 test". However, it now cleans up the trash directory automagically after a successful run. This bit me today when I added a test that should have failed but accidentally passed. I wanted to look at the output, but it was gone. Probably it's not worth worrying about, since that is certainly the less common case, and I can work around it by editing the passing test script to provoke failure. And I can't think of a more sane behavior. But I wanted to register my slight "this new thing annoyed me" feeling. -Peff -- 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