diff options
author | Steve Kemp <steve@steve.org.uk> | 2012-11-24 10:57:54 +0000 |
---|---|---|
committer | Steve Kemp <steve@steve.org.uk> | 2012-11-24 10:57:54 +0000 |
commit | 5f683d55e5071c893654b8f0c26324b409557fd2 (patch) | |
tree | 83af4bc1167136cc7a74589167eab62468975f65 /lib/custodian/alerter.rb | |
parent | 86ebbec1dbcdca88b3ccf69168be9dd95b38dcc9 (diff) |
Work-in-progress update of the README
Diffstat (limited to 'lib/custodian/alerter.rb')
-rw-r--r-- | lib/custodian/alerter.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/custodian/alerter.rb b/lib/custodian/alerter.rb index 96a481e..1b1832a 100644 --- a/lib/custodian/alerter.rb +++ b/lib/custodian/alerter.rb @@ -122,6 +122,7 @@ module Custodian if ( !@available ) puts "Should raise alert for test: #{test}" + exit(3) return end |