Re: parallel-tests: avoid command-line length limit issue.

2011-12-30 Thread Bob Friesenhahn
On Fri, 30 Dec 2011, Stefano Lattarini wrote: OK, I hope I've finally managed to partially fix this incredibly annoying bug -- I say "partially" because the fix is sadly *for GNU make*. Even more sadly, the solution is pretty hacky and somewhat brittle. Still, it should cause no regression w

Re: parallel-tests: avoid command-line length limit issue.

2011-12-30 Thread Stefano Lattarini
On 12/29/2011 12:26 AM, Stefano Lattarini wrote: > On 12/28/2011 08:27 PM, Bob Friesenhahn wrote: >> Sorry for top-posting. I don't want to lose any text of the original mail. >> >> I totally forgot that I had applied Ralf's patch to my 1.11.1 install. Now >> that I have updated GraphicsMagick to

Re: parallel-tests: avoid command-line length limit issue.

2011-12-28 Thread Stefano Lattarini
On 12/28/2011 08:27 PM, Bob Friesenhahn wrote: > Sorry for top-posting. I don't want to lose any text of the original mail. > > I totally forgot that I had applied Ralf's patch to my 1.11.1 install. Now > that I have updated GraphicsMagick to using Automake 1.11.2, the patch is no > longer presen

Re: parallel-tests: avoid command-line length limit issue.

2011-12-28 Thread Bob Friesenhahn
Sorry for top-posting. I don't want to lose any text of the original mail. I totally forgot that I had applied Ralf's patch to my 1.11.1 install. Now that I have updated GraphicsMagick to using Automake 1.11.2, the patch is no longer present and so 'make check' on MinGW/MSYS leads to this:

Re: parallel-tests: avoid command-line length limit issue.

2010-10-02 Thread Ralf Wildenhues
* Ralf Wildenhues wrote on Tue, Sep 07, 2010 at 05:10:38AM CEST: > I'm applying the following patch to maint to avoid the issue. > > Unfortunately, the same technique will not work for recheck and > recheck-html. So no rechecking unless the number of failures is > lower than the command-line leng

Re: parallel-tests: avoid command-line length limit issue.

2010-09-24 Thread Stefano Lattarini
Hi Ralf. On Friday 17 September 2010, Stefano Lattarini wrote: > On Tuesday 07 September 2010, Ralf Wildenhues wrote: > > * Stefano Lattarini wrote on Tue, Sep 07, 2010 at 11:23:11AM CEST: > > > > diff --git a/lib/am/check.am b/lib/am/check.am > > > > index c612b22..b79201f 100644 > > > > --- a/li

Re: parallel-tests: avoid command-line length limit issue.

2010-09-07 Thread Ralf Wildenhues
* Stefano Lattarini wrote on Tue, Sep 07, 2010 at 11:23:11AM CEST: > > diff --git a/lib/am/check.am b/lib/am/check.am > > index c612b22..b79201f 100644 > > --- a/lib/am/check.am > > +++ b/lib/am/check.am > > @@ -236,10 +236,10 @@ check-TESTS: > > ## we rely on .PHONY to work portably. > > @tes

Re: parallel-tests: avoid command-line length limit issue.

2010-09-07 Thread Stefano Lattarini
[dropping bug-autom...@gnu.org] Hi Ralf. That was a nice fix! Just a minor nit, though... > > [CUT] > parallel-tests: avoid command-line length limit issue. > > [CUT] > diff --git a/lib/am/check.am b/lib/am/check.am > index c612b22..b79201f 100644 > --- a/lib/am/check.am > +++ b/lib/am/che