diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/leap_cli/logger.rb | 1 |
1 files changed, 1 insertions, 0 deletions
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}, |