Skip to content

Commit

Permalink
prevent autotest from ignoring ctrl+c
Browse files Browse the repository at this point in the history
  • Loading branch information
olbrich committed Oct 17, 2011
1 parent f084f58 commit 2203be3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .autotest
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ module AutoGrowl

Autotest.add_hook :interrupt do |at|
growl "autotest", "autotest was reset" unless $TESTING
nil
end

Autotest.add_hook :quit do |at|
Expand Down

0 comments on commit 2203be3

Please sign in to comment.