1
0
mirror of https://github.com/sstephenson/bats.git synced 2024-09-29 20:48:27 +02:00

Add green colour for the pass ticks

This commit is contained in:
Malet 2017-02-06 15:21:49 +00:00 committed by GitHub
parent 03608115df
commit 924957080f

View File

@ -39,7 +39,7 @@ begin() {
pass() {
go_to_column 0
printf " ✓ %s" "$name"
printf " $(set_color 2)$(clear_color) %s" "$name"
advance
}