提交 b8fc855a 编写于 作者: A Adam Spiers 提交者: Junio C Hamano

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: NAdam Spiers <git@adamspiers.org>
Signed-off-by: NJunio C Hamano <gitster@pobox.com>
上级 e8e51955
...@@ -182,7 +182,7 @@ then ...@@ -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)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册