From 3b4bb4dbdb70b6b7931a8118abfceca17b31a3cd Mon Sep 17 00:00:00 2001 From: elijah Date: Mon, 1 Dec 2014 12:29:42 -0800 Subject: colorize leap test report lines --- lib/leap_cli/logger.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'lib') diff --git a/lib/leap_cli/logger.rb b/lib/leap_cli/logger.rb index 5544c19..3560d21 100644 --- a/lib/leap_cli/logger.rb +++ b/lib/leap_cli/logger.rb @@ -152,6 +152,7 @@ module LeapCli { :match => /^PASS: /, :color => :green, :priority => -20}, { :match => /^(FAIL|ERROR): /, :color => :red, :priority => -20}, { :match => /^(SKIP|WARN): /, :color => :yellow, :priority => -20}, + { :match => /\d+ tests: \d+ passes, \d+ skips, 0 warnings, 0 failures, 0 errors/, :color => :blue, :priority => -20}, # LOG SUPPRESSION { :match => /^warning: You cannot collect without storeconfigs being set/, :level => 2, :priority => 10}, -- cgit v1.2.3