Skip to content

Commit

Permalink
tests: paint skipped tests in blue
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Adam Spiers authored and Junio C Hamano committed Dec 20, 2012
1 parent e8e5195 commit b8fc855
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/test-lib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit b8fc855

Please sign in to comment.