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

ruby-changes:39486

From: nobu <ko1@a...>
Date: Thu, 13 Aug 2015 23:43:28 +0900 (JST)
Subject: [ruby-changes:39486] nobu:r51567 (trunk): test/rubygems: clear hooks

nobu	2015-08-13 23:43:14 +0900 (Thu, 13 Aug 2015)

  New Revision: 51567

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

  Log:
    test/rubygems: clear hooks
    
    * test/rubygems/test_gem_commands_pristine_command.rb (setup):
      clear post_install hook to fix failures when running parallel to
      test_gem_commands_install_command.rb with -j option.
    
    * test/rubygems/test_gem_commands_uninstall_command.rb (setup):
      ditto.

  Modified files:
    trunk/test/rubygems/test_gem_commands_pristine_command.rb
    trunk/test/rubygems/test_gem_commands_uninstall_command.rb
Index: test/rubygems/test_gem_commands_uninstall_command.rb
===================================================================
--- test/rubygems/test_gem_commands_uninstall_command.rb	(revision 51566)
+++ test/rubygems/test_gem_commands_uninstall_command.rb	(revision 51567)
@@ -5,6 +5,7 @@ class TestGemCommandsUninstallCommand < https://github.com/ruby/ruby/blob/trunk/test/rubygems/test_gem_commands_uninstall_command.rb#L5
 
   def setup
     super
+    common_installer_setup
 
     build_rake_in do
       use_ui @ui do
Index: test/rubygems/test_gem_commands_pristine_command.rb
===================================================================
--- test/rubygems/test_gem_commands_pristine_command.rb	(revision 51566)
+++ test/rubygems/test_gem_commands_pristine_command.rb	(revision 51567)
@@ -5,6 +5,8 @@ class TestGemCommandsPristineCommand < G https://github.com/ruby/ruby/blob/trunk/test/rubygems/test_gem_commands_pristine_command.rb#L5
 
   def setup
     super
+    common_installer_setup
+
     @cmd = Gem::Commands::PristineCommand.new
   end
 

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

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