From 091a531f159ecc3c571263de268f37119ef5c12e Mon Sep 17 00:00:00 2001 From: Koichi Nakashima Date: Mon, 12 Aug 2019 02:21:29 +0900 Subject: [PATCH] Match colors with other rows --- lib/libexec/reporter/references_formatter.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libexec/reporter/references_formatter.sh b/lib/libexec/reporter/references_formatter.sh index 3e6f6d6b..4181db41 100644 --- a/lib/libexec/reporter/references_formatter.sh +++ b/lib/libexec/reporter/references_formatter.sh @@ -32,7 +32,7 @@ references_each() { end) [ "$example_count_per_file" -eq "$field_example_count" ] && return 0 - set -- "${RED}shellspec $field_specfile${RESET}" \ + set -- "${BOLD}${RED}shellspec $field_specfile${RESET}" \ "$CYAN# expected $field_example_count examples," \ "but only ran $example_count_per_file examples${RESET}"