Re: [PATCH 8/5] tap: support colorization of testsuite progress output

2011-07-21 Thread Stefano Lattarini
On Tuesday 19 July 2011, Ralf Wildenhues wrote: > * Stefano Lattarini wrote on Tue, Jul 19, 2011 at 11:47:21AM CEST: > > On Monday 18 July 2011, Ralf Wildenhues wrote: > > > > + grn => '[0;32m', > > > > + lgn => '[1;32m', > > > > + blu => '[1;34m', > > > > + mgn => '[0;35m', > > > > + brg => '

Re: [PATCH 1/5] {test-protocols} parallel-tests: make parsing of test results safer

2011-07-21 Thread Stefano Lattarini
On Wednesday 20 July 2011, Ralf Wildenhues wrote: > * Stefano Lattarini wrote on Wed, Jul 20, 2011 at 10:05:14PM CEST: > > Hi Ralf, thanks for the tips. > > Rather, 5 minutes of searching the web. But sure, anytime. ;-) > > > On Tuesday 19 July 2011, Ralf Wildenhues wrote: > > > Test suite envi

Re: [PATCH 8/5] tap: support colorization of testsuite progress output

2011-07-21 Thread Ralf Wildenhues
> On Tuesday 19 July 2011, Ralf Wildenhues wrote: > Below is what I've squashed in. OK? Sure, thanks! > --- a/lib/tap-driver > +++ b/lib/tap-driver > @@ -230,17 +230,24 @@ sub colored ($$) > > sub decorate_result ($) > { > - return $_[0] unless $cfg{"color-tests"}; > - # Best way to simula