tests: paint skipped tests in blue
authorAdam Spiers <git@adamspiers.org>
Sun, 16 Dec 2012 18:28:11 +0000 (18:28 +0000)
committerJunio C Hamano <gitster@pobox.com>
Thu, 20 Dec 2012 22:22:12 +0000 (14:22 -0800)
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>
t/test-lib.sh

index 72aafd0fb47e827ca7bd5ae36d20544183484ad9..f32df80c07f5081cf3fa58cbbb80ad35bcd1469b 100644 (file)
@@ -182,7 +182,7 @@ then
                error)
                        tput bold; tput setaf 1;; # bold red
                skip)
-                       tput bold; tput setaf 2;; # bold green
+                       tput setaf 4;; # blue
                warn)
                        tput setaf 3;; # brown/yellow
                pass)