diff options
author | Steve Kemp <steve@steve.org.uk> | 2012-11-17 16:20:02 +0000 |
---|---|---|
committer | Steve Kemp <steve@steve.org.uk> | 2012-11-17 16:20:02 +0000 |
commit | e74704126abddcb3efa38787f951c07ec5c9ede6 (patch) | |
tree | d0076ce30ab14f81833b6c9b8fcb32db67b59755 /lib/custodian | |
parent | e733ca70acd829d386bd74c57b23d505f08c7df5 (diff) |
Be verbose in all tests.
Diffstat (limited to 'lib/custodian')
-rw-r--r-- | lib/custodian/parser.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/custodian/parser.rb b/lib/custodian/parser.rb index fb62e13..88d81fc 100644 --- a/lib/custodian/parser.rb +++ b/lib/custodian/parser.rb @@ -379,6 +379,7 @@ class MonitorConfig :test_type => service, :test_port => port, :test_alert => alert, + :verbose => true, :timeout => @timeout } |