diff --git a/libexec/bats-format-tap-stream b/libexec/bats-format-tap-stream index 614768f..315ff14 100755 --- a/libexec/bats-format-tap-stream +++ b/libexec/bats-format-tap-stream @@ -39,7 +39,7 @@ begin() { pass() { go_to_column 0 - printf " ✓ %s" "$name" + printf " $(set_color 2)✓$(clear_color) %s" "$name" advance }