mirror of
https://github.com/sstephenson/bats.git
synced 2024-11-17 11:42:33 +01:00
Merge pull request #1 from Malet/patch-1
Add green colour for the pass ticks
This commit is contained in:
commit
b524cc8b57
|
@ -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