[PATCH] Modularize test suite

2010-05-05 Thread Carl Worth
On Wed, 05 May 2010 09:23:57 +0200, Michal Sojka wrote: > Junio has just applied relicensing patch for the Git test suite > (http://git.kernel.org/?p=git/git.git;a=commit;h=64b90323f65d2a3ac8d1ff4ed73be881f76aac8a) > so we can use it for notmuch. Good news! > If you agree, I can refresh my git

[PATCH] Modularize test suite

2010-05-05 Thread Michal Sojka
On Fri, 30 Apr 2010, Jesse Rosenthal wrote: > Responding to this email is a patch to modularize the test suite. It > follows a relatively simple model, but it does seem like it will offer > some degree of flexibility. Plus, no relicensing is necessary. Hi Jesse, Junio has just applied

[PATCH] Modularize test suite

2010-05-05 Thread Jesse Rosenthal
Hi Michal, On Wed, 05 May 2010 09:23:57 +0200, Michal Sojka wrote: > Junio has just applied relicensing patch for the Git test suite > (http://git.kernel.org/?p=git/git.git;a=commit;h=64b90323f65d2a3ac8d1ff4ed73be881f76aac8a) > so we can use it for notmuch. Oh, excellent -- in that case, we

Re: [PATCH] Modularize test suite

2010-05-05 Thread Jesse Rosenthal
Hi Michal, On Wed, 05 May 2010 09:23:57 +0200, Michal Sojka sojk...@fel.cvut.cz wrote: Junio has just applied relicensing patch for the Git test suite (http://git.kernel.org/?p=git/git.git;a=commit;h=64b90323f65d2a3ac8d1ff4ed73be881f76aac8a) so we can use it for notmuch. Oh, excellent -- in

Re: [PATCH] Modularize test suite

2010-05-05 Thread Carl Worth
On Wed, 05 May 2010 09:23:57 +0200, Michal Sojka sojk...@fel.cvut.cz wrote: Junio has just applied relicensing patch for the Git test suite (http://git.kernel.org/?p=git/git.git;a=commit;h=64b90323f65d2a3ac8d1ff4ed73be881f76aac8a) so we can use it for notmuch. Good news! If you agree, I can

[PATCH] Modularize test suite

2010-04-30 Thread Jesse Rosenthal
On Fri, 30 Apr 2010 14:36:56 -0400, Jesse Rosenthal wrote: > Sorry the patch is so large: there was a lot of back-and-forth, and it > was hard to break the patches down into coherent steps. Carl, if you'd > prefer, I could send you a more granular, but confusing, series of > patches. Actually,

[PATCH] Modularize test suite

2010-04-30 Thread Jesse Rosenthal
Responding to this email is a patch to modularize the test suite. It follows a relatively simple model, but it does seem like it will offer some degree of flexibility. Plus, no relicensing is necessary. In short, tests are put in subdirs of test/tests, e.g.: test/tests/notmuch-new/

[PATCH] Modularize test suite

2010-04-30 Thread Jesse Rosenthal
Responding to this email is a patch to modularize the test suite. It follows a relatively simple model, but it does seem like it will offer some degree of flexibility. Plus, no relicensing is necessary. In short, tests are put in subdirs of test/tests, e.g.: test/tests/notmuch-new/

Re: [PATCH] Modularize test suite

2010-04-30 Thread Jesse Rosenthal
On Fri, 30 Apr 2010 14:36:56 -0400, Jesse Rosenthal jrosent...@jhu.edu wrote: Sorry the patch is so large: there was a lot of back-and-forth, and it was hard to break the patches down into coherent steps. Carl, if you'd prefer, I could send you a more granular, but confusing, series of