diff options
Diffstat (limited to 'lib/custodian')
| -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 | 
