From f684ed4976fdb3680c0c95b48a64a4f684d0d41d Mon Sep 17 00:00:00 2001 From: Julien Cornebise Date: Wed, 11 May 2016 17:34:01 +0100 Subject: [PATCH] Color passing tests in green This is in line with the *unit tests, where we can see red or green, not just red. Just my two cents :) --- libexec/bats-format-tap-stream | 1 + 1 file changed, 1 insertion(+) diff --git a/libexec/bats-format-tap-stream b/libexec/bats-format-tap-stream index 614768f4..c5f7a443 100755 --- a/libexec/bats-format-tap-stream +++ b/libexec/bats-format-tap-stream @@ -39,6 +39,7 @@ begin() { pass() { go_to_column 0 + set_color 2 printf " ✓ %s" "$name" advance }