summaryrefslogtreecommitdiff
path: root/tool/lib
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2024-03-06 16:29:58 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2024-03-18 23:29:53 +0900
commit6ccc04cf456de9572dd2fd40c47cc614942b68a0 (patch)
tree75ef92bc62c969c5b4ed7bd6158bf9a49ae3f3f5 /tool/lib
parent4469729558c815954a64cd0b309e73749096284f (diff)
Add more abstract decorations for messaging
Diffstat (limited to 'tool/lib')
-rw-r--r--tool/lib/colorize.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/tool/lib/colorize.rb b/tool/lib/colorize.rb
index 1131221586..0904312119 100644
--- a/tool/lib/colorize.rb
+++ b/tool/lib/colorize.rb
@@ -35,7 +35,8 @@ class Colorize
"bright_blue"=>"94", "bright_magenta"=>"95", "bright_cyan"=>"96", "bright_white"=>"97",
# abstract decorations
- "pass"=>"green", "fail"=>"red;bold", "skip"=>"yellow;bold", "note"=>"bright_yellow",
+ "pass"=>"green", "fail"=>"red;bold", "skip"=>"yellow;bold",
+ "note"=>"bright_yellow", "notice"=>"bright_yellow", "info"=>"bright_magenta",
}
def coloring?