* Stefano Lattarini wrote on Fri, Jun 17, 2011 at 09:33:13AM CEST:
> On Friday 17 June 2011, Ralf Wildenhues wrote:
>
> > Actually, why not s/testcase/test/g globally in all your text.
> >
> Because I'm trying to make a distinction between test scripts and
> test cases. With the new interface, a
Stefano Lattarini wrote:
> Subject: [PATCH 2/2] tests: avoid extra forks in the testsuite
>
> * tests/shell-or-perl: Prefer the `read' builtin over `grep' to
> look at the shebang line of test scripts. Since `read' is a
> special builtin, it might abort the whole program upon failures,
> so add ex
Thank you!
That patch looks fine modulo two typos.
I'm folding in these corrections and have adjusted the
grammar in the commit log (included below).
diff --git a/tests/shell-or-perl b/tests/shell-or-perl
index ff92009..08604eb 100644
--- a/tests/shell-or-perl
+++ b/tests/shell-or-perl
@@ -1,7 +1,
On Sunday 19 June 2011, Bert Wesarg wrote:
> > Hi Bert, and thanks again for your patch.
>
> Hi,
>
> > I have some minor observations and objections below (please do not take
> > them as a belittling of your work; they are either constructive criticism,
> > or requests for cosmetic changes mandat
> Hi Bert, and thanks again for your patch.
Hi,
> I have some minor observations and objections below (please do not take them
> as a belittling of your work; they are either constructive criticism, or
> requests for cosmetic changes mandated by the GNU coding standards).
> I hope you have time
On Friday 17 June 2011, Ralf Wildenhues wrote:
> * Stefano Lattarini wrote on Thu, Jun 16, 2011 at 10:00:31AM CEST:
> > This refactoring should cause no API of functionality change,
> > and is meant only to simplify the future implementation of TAP
> > and SubUnit testsuite drivers. More precisely