From 25aec0b8352428871b97de41f7da9abff1ab7d90 Mon Sep 17 00:00:00 2001 From: nobu Date: Sat, 14 Oct 2017 02:17:07 +0000 Subject: distinguish pass and fail by highlight [ci skip] * tool/colorize.rb: remove highlight attribute from "pass" to make distinguishable from "fail" by other than red-green colors. * tool/ifchange: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60179 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- tool/ifchange | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tool/ifchange') diff --git a/tool/ifchange b/tool/ifchange index 8571cf8049..396a7a0bcf 100755 --- a/tool/ifchange +++ b/tool/ifchange @@ -55,7 +55,7 @@ if [ "$color" = always -o \( "$color" = auto -a -t 1 \) ]; then msg_unchanged=`expr ":$TEST_COLORS:" : ".*:pass=\([^:]*\):"` || : msg_updated=`expr ":$TEST_COLORS:" : ".*:fail=\([^:]*\):"` || : fi - msg_unchanged="${msg_begin}${msg_unchanged:-32;1}m" + msg_unchanged="${msg_begin}${msg_unchanged:-32}m" msg_updated="${msg_begin}${msg_updated:-31;1}m" msg_reset="${msg_begin}m" ;; -- cgit v1.2.3