Skip to content

Commit b8fc855

Browse files
aspiersgitster
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent e8e5195 commit b8fc855

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/test-lib.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ then
182182
error)
183183
tput bold; tput setaf 1;; # bold red
184184
skip)
185-
tput bold; tput setaf 2;; # bold green
185+
tput setaf 4;; # blue
186186
warn)
187187
tput setaf 3;; # brown/yellow
188188
pass)

0 commit comments

Comments
 (0)