bug#9546: parallel-tests: auxiliary script `test-driver' is not distributed when TESTS is defined in a subdir Makefile (regression in branch test-protocols)

2011-10-01 Thread Stefano Lattarini
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

bug#9400: parallel-tests doesn't support `-' character in test extensions

2011-10-01 Thread Stefano Lattarini
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

bug#7988: the manual suggests installing macro files to hard-coded location

2011-10-01 Thread Stefano Lattarini
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

bug#9579: distcheck does not detect incomplete uninstall as advertised

2011-10-01 Thread Stefano Lattarini
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.