mirror of
https://github.com/discourse/discourse.git
synced 2025-05-31 03:32:17 +08:00
sleep here is a better fit
This commit is contained in:
@ -121,7 +121,7 @@ task 'docker:test' do
|
||||
|
||||
if ENV['PAUSE_ON_TERMINATE']
|
||||
puts "Pausing prior to termination"
|
||||
gets
|
||||
sleep
|
||||
end
|
||||
|
||||
Process.kill("TERM", @redis_pid) if @redis_pid
|
||||
|
Reference in New Issue
Block a user