On Sunday 18 September 2011, Stefano Lattarini wrote:
> On Sunday 18 September 2011, Stefano Lattarini wrote:
> > Severity: serious
> >
> > The bug is demonstrated by the attached test script.
> > I hope I'll be able to take a look into it soonish.
> >
> The test script has a couple of bugs, whic
On Monday 29 August 2011, Stefano Lattarini wrote:
> I catched this while working some more on the Automake testsuite:
>
> $ cat Makefile.am
> TEST_EXTENSIONS = .t-1
> TESTS = foo.t-1
> $ cat configure.ac
> AC_INIT([foo], [1.0])
> AM_INIT_AUTOMAKE([foreign -Wall parallel-tests])
> AC_CONFIG
On Wednesday 28 September 2011, Stefano Lattarini wrote:
> OK, now we have ACLOCAL_PATH support implemented into maint, so it's time to
> fix this bug. I'll push the attached patch to maint in a couple of days if
> there is no objection.
>
> Regards,
> Stefano
>
Pushed now. I'm thus closing t
On Tuesday 27 September 2011, Stefano Lattarini wrote:
> On Monday 26 September 2011, Nick Bowler wrote:
> > Hi Stefano,
> >
> > On 2011-09-23 21:46 +0200, Stefano Lattarini wrote:
> > > Apparently, it was a simple bug. Attached is the patch I'll push to maint
> > > in a couple of days to fix it.