Re: [Automake-NG] [PATCH 1/6] [ng] coverage: testing with lots of test scripts

2012-07-22 Thread Akim Demaille
Le 22 juil. 2012 à 09:58, Stefano Lattarini a écrit : >> I personally use it extensively in my test suites, as I find this >> much more legible: >> >> ! list_logs | grep . >> > Ah, but this doesn't do what you expect: > > $ bash -c '! echo x | grep .'; echo st = $? > x > st = 0 > $ bash -c

Re: [Automake-NG] [PATCH 1/6] [ng] coverage: testing with lots of test scripts

2012-07-22 Thread Stefano Lattarini
On 07/22/2012 09:24 AM, Akim Demaille wrote: > > Le 21 juil. 2012 à 10:50, Stefano Lattarini a écrit : > >> See long-standing automake bug#7868. >> >> * t/parallel-tests-many.sh: Simplify and enhance. Among the other things, > > I would s/the //. > Will fix. >> this test now tries running ~ 30

Re: [Automake-NG] [PATCH 1/6] [ng] coverage: testing with lots of test scripts

2012-07-22 Thread Akim Demaille
Le 21 juil. 2012 à 10:50, Stefano Lattarini a écrit : > See long-standing automake bug#7868. > > * t/parallel-tests-many.sh: Simplify and enhance. Among the other things, I would s/the //. > this test now tries running ~ 30 thousands tests. Currently fails on I would also 30,000, I don't li

[Automake-NG] [PATCH 1/6] [ng] coverage: testing with lots of test scripts

2012-07-21 Thread Stefano Lattarini
See long-standing automake bug#7868. * t/parallel-tests-many.sh: Simplify and enhance. Among the other things, this test now tries running ~ 30 thousands tests. Currently fails on several systems (e.g., Linux 2.6.30 on i686, Solaris 10 on i86pc). Signed-off-by: Stefano Lattarini --- t/paralle