]> gitweb.fluxo.info Git - leap/leap_cli.git/commitdiff
minor: make SKIP log entries appear yellow
authorelijah <elijah@riseup.net>
Wed, 3 Sep 2014 04:56:50 +0000 (21:56 -0700)
committerelijah <elijah@riseup.net>
Wed, 3 Sep 2014 04:56:50 +0000 (21:56 -0700)
lib/leap_cli/logger.rb

index 954ffe29df5bfcdaf78a2442a7c099df78050889..cc23aa8d2956724071a9371555a5bc76daa22d55 100644 (file)
@@ -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}
 
     ]