mirror of
https://github.com/sstephenson/bats.git
synced 2024-12-28 15:39:44 +01:00
Add green colour for the pass ticks
This commit is contained in:
parent
03608115df
commit
924957080f
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user