Re: [PATCH v4 3/6] Color skipped tests blue

2012-11-10 Thread Adam Spiers
On Fri, Sep 21, 2012 at 02:13:25AM -0400, Jeff King wrote: > On Wed, Sep 19, 2012 at 09:24:23PM +0100, Adam Spiers wrote: > > > t/test-lib.sh | 4 ++-- > > 1 file changed, 2 insertions(+), 2 deletions(-) > > > > diff --git a/t/test-lib.sh b/t/test-lib.sh > > index 5293830..78c88c2 100755 > > ---

Re: [PATCH v4 3/6] Color skipped tests blue

2012-09-20 Thread Jeff King
On Wed, Sep 19, 2012 at 09:24:23PM +0100, Adam Spiers wrote: > t/test-lib.sh | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/t/test-lib.sh b/t/test-lib.sh > index 5293830..78c88c2 100755 > --- a/t/test-lib.sh > +++ b/t/test-lib.sh > @@ -182,13 +182,13 @@ then >

Re: [PATCH v4 3/6] Color skipped tests blue

2012-09-20 Thread Adam Spiers
On Thu, Sep 20, 2012 at 6:48 AM, Johannes Sixt wrote: > Am 9/19/2012 22:24, schrieb Adam Spiers: >> skip) >> - tput bold; tput setaf 2;; # bold green >> + tput setaf 4;;# blue > > It's unreadable on black background. Keep it bold; t

Re: [PATCH v4 3/6] Color skipped tests blue

2012-09-19 Thread Johannes Sixt
Am 9/19/2012 22:24, schrieb Adam Spiers: > skip) > - tput bold; tput setaf 2;; # bold green > + tput setaf 4;;# blue It's unreadable on black background. Keep it bold; that works on both black and white background. -- Hannes -- To