Re: [PATCH] {master} tests: more consistent checks about invalid options

2011-01-11 Thread Ralf Wildenhues
* Stefano Lattarini wrote on Tue, Jan 11, 2011 at 09:22:26PM CET: > On Tuesday 11 January 2011, Ralf Wildenhues wrote: > > > AUTOMAKE_fails -Wno-error --output-dir=foo > > > -$EGREP '(invalid|unrecognized) option.*--output-dir' stderr > > > +grep 'unrecognized option.*--output-dir' stderr > > > >

Re: [PATCH] {master} tests: more consistent checks about invalid options

2011-01-11 Thread Stefano Lattarini
On Tuesday 11 January 2011, Ralf Wildenhues wrote: > Hi Stefano, > > * Stefano Lattarini wrote on Tue, Jan 11, 2011 at 01:48:41PM CET: > > Another (minor) testsuite patch. > > Discouraged, but OK with nit addressed. > > Thanks, > Ralf > > > * tests/aclocal.test: Grepping of automake stderr for

Re: [PATCH] {master} tests: more consistent checks about invalid options

2011-01-11 Thread Ralf Wildenhues
Hi Stefano, * Stefano Lattarini wrote on Tue, Jan 11, 2011 at 01:48:41PM CET: > Another (minor) testsuite patch. Discouraged, but OK with nit addressed. Thanks, Ralf > * tests/aclocal.test: Grepping of automake stderr for messages > reporting invalid options made stricter. > * tests/no-outdir-o

[PATCH] {master} tests: more consistent checks about invalid options

2011-01-11 Thread Stefano Lattarini
Another (minor) testsuite patch. I will push to master in 72 hours if there are no objections. Regards, Stefano -*-*- * tests/aclocal.test: Grepping of automake stderr for messages reporting invalid options made stricter. * tests/no-outdir-option.test: Likewise. Also, create a dummy `Makefil