diff options
author | elijah <elijah@riseup.net> | 2014-12-01 12:29:42 -0800 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2014-12-01 12:29:42 -0800 |
commit | 3b4bb4dbdb70b6b7931a8118abfceca17b31a3cd (patch) | |
tree | 7f9ea57a125f594878b816d9bd010ef1b8fe03bb /lib/leap_cli | |
parent | b97ea5dc8fec79b9473c6b9fdd53fd332e31b766 (diff) |
colorize leap test report lines
Diffstat (limited to 'lib/leap_cli')
-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}, |