tests: paint skipped tests in blue

Skipped tests indicate incomplete test coverage.  Whilst this is not a
test failure or other error, it's still not a complete success.

Other testsuite related software like automake, autotest and prove
seem to use blue for skipped tests, so let's follow suit.

Signed-off-by: Adam Spiers <git@adamspiers.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Adam Spiers 2012-12-16 18:28:11 +00:00 committed by Junio C Hamano
parent e8e5195573
commit b8fc855a78

View File

@ -182,7 +182,7 @@ then
error) error)
tput bold; tput setaf 1;; # bold red tput bold; tput setaf 1;; # bold red
skip) skip)
tput bold; tput setaf 2;; # bold green tput setaf 4;; # blue
warn) warn)
tput setaf 3;; # brown/yellow tput setaf 3;; # brown/yellow
pass) pass)