From fcdec9bfbb453661d8d213bb788a95f2c743965d Mon Sep 17 00:00:00 2001 From: akr Date: Sun, 1 Jun 2014 14:08:35 +0000 Subject: Stop DRb service. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46296 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/rinda/test_rinda.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'test') diff --git a/test/rinda/test_rinda.rb b/test/rinda/test_rinda.rb index 8dd187447b..3c91eef7cf 100644 --- a/test/rinda/test_rinda.rb +++ b/test/rinda/test_rinda.rb @@ -525,6 +525,7 @@ class TupleSpaceProxyTest < Test::Unit::TestCase assert_equal([[:test_take, 42]], @ts_base.read_all([:test_take, nil]), '[bug:8215] tuple lost') ensure + service.stop_service if service signal = /mswin|mingw/ =~ RUBY_PLATFORM ? "KILL" : "TERM" Process.kill(signal, write) if write && status.nil? Process.kill(signal, take) if take -- cgit v1.2.3