From: elijah Date: Wed, 3 Sep 2014 04:56:50 +0000 (-0700) Subject: minor: make SKIP log entries appear yellow X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=be87d1e2039c4f552bef28c4c2749ec72cff3545;p=leap%2Fleap_cli.git minor: make SKIP log entries appear yellow --- diff --git a/lib/leap_cli/logger.rb b/lib/leap_cli/logger.rb index 954ffe2..cc23aa8 100644 --- a/lib/leap_cli/logger.rb +++ b/lib/leap_cli/logger.rb @@ -138,7 +138,7 @@ module LeapCli # TESTS { :match => /^PASS: /, :color => :green, :priority => -20}, { :match => /^(FAIL|ERROR): /, :color => :red, :priority => -20}, - { :match => /^SKIP: /, :color => :yellow, :priority => -20} + { :match => /^(SKIP|WARN): /, :color => :yellow, :priority => -20} ]