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

Merge pull request #1 from Malet/patch-1

Add green colour for the pass ticks
This commit is contained in:
Konstantin Gredeskoul 2018-11-28 20:16:56 -08:00 committed by GitHub
commit b524cc8b57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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