tests: paint known breakages in yellow
commite8e5195573bc0f314ccc288f7d009b47e4440760
authorAdam Spiers <git@adamspiers.org>
Sun, 16 Dec 2012 18:28:10 +0000 (16 18:28 +0000)
committerJunio C Hamano <gitster@pobox.com>
Thu, 20 Dec 2012 22:22:03 +0000 (20 14:22 -0800)
tree87cc03c545604a8deaa4bea869161b0959ae9df5
parent5e5c006eb713b785c6761c32b907e02abc277f9a
tests: paint known breakages in yellow

Yellow seems a more appropriate color than bold green when
considering the universal traffic lights coloring scheme, where
green conveys the impression that everything's OK, and amber that
something's not quite right.

Likewise, change the color of the summarized total number of known
breakages from bold red to the same yellow to be less alarmist and
more consistent with the above.

An earlier version of this patch used bold yellow but because these
are all long-known failures, reminding them to developers in bold
over and over does not help encouraging them to take a look at them
very much.  This iteration paints them in plain yellow instead to
make them less distracting.

Signed-off-by: Adam Spiers <git@adamspiers.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/test-lib.sh