Skip to content

Commit 9a3c067

Browse files
committed
rails early exit for testing may be unnecessary
1 parent aefce3f commit 9a3c067

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/cloud_controller/runners/thin_runner.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ def stop!
4646
def trap_signals
4747
%w[TERM INT QUIT].each do |signal|
4848
trap(signal) do
49-
return if Rails.env.test?
5049
EM.add_timer(0) do
5150
logger.warn("Caught signal #{signal}")
5251
stop!

0 commit comments

Comments
 (0)