[前][次][番号順一覧][スレッド一覧]

ruby-changes:39175

From: ngoto <ko1@a...>
Date: Wed, 15 Jul 2015 23:44:22 +0900 (JST)
Subject: [ruby-changes:39175] ngoto:r51256 (trunk): * test/ruby/test_process.rb (test_deadlock_by_signal_at_forking):

ngoto	2015-07-15 23:44:06 +0900 (Wed, 15 Jul 2015)

  New Revision: 51256

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=51256

  Log:
    * test/ruby/test_process.rb (test_deadlock_by_signal_at_forking):
      use RUBY (= EnvUtil.rubybin)

  Modified files:
    trunk/ChangeLog
    trunk/test/ruby/test_process.rb
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 51255)
+++ ChangeLog	(revision 51256)
@@ -1,3 +1,8 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1
+Wed Jul 15 23:40:32 2015  Naohisa Goto  <ngotogenome@g...>
+
+	* test/ruby/test_process.rb (test_deadlock_by_signal_at_forking):
+	  use RUBY (= EnvUtil.rubybin)
+
 Wed Jul 15 23:01:22 2015  Naohisa Goto  <ngotogenome@g...>
 
 	* process.c (redirect_close, parent_redirect_close): should not close
Index: test/ruby/test_process.rb
===================================================================
--- test/ruby/test_process.rb	(revision 51255)
+++ test/ruby/test_process.rb	(revision 51256)
@@ -2017,7 +2017,7 @@ EOS https://github.com/ruby/ruby/blob/trunk/test/ruby/test_process.rb#L2017
   end
 
   def test_deadlock_by_signal_at_forking
-    assert_separately(["-", EnvUtil.rubybin], <<-INPUT, timeout: 60)
+    assert_separately(["-", RUBY], <<-INPUT, timeout: 60)
       ruby = ARGV.shift
       GC.start # reduce garbage
       GC.disable # avoid triggering CoW after forks

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]