[Groonga-commit] groonga/grntest at 7be95f1 [master] Add missing Hash conversion

Back to archive index

Kouhei Sutou null+****@clear*****
Fri May 6 17:41:29 JST 2016


Kouhei Sutou	2016-05-06 17:41:29 +0900 (Fri, 06 May 2016)

  New Revision: 7be95f11389309c8b5ca528f86d96515f5c610f7
  https://github.com/groonga/grntest/commit/7be95f11389309c8b5ca528f86d96515f5c610f7

  Message:
    Add missing Hash conversion

  Modified files:
    lib/grntest/test-runner.rb

  Modified: lib/grntest/test-runner.rb (+1 -1)
===================================================================
--- lib/grntest/test-runner.rb    2016-05-06 17:28:08 +0900 (f7d5eb9)
+++ lib/grntest/test-runner.rb    2016-05-06 17:41:29 +0900 (41bf52b)
@@ -451,7 +451,7 @@ events {
 }
         GLOBAL
 
-        env = ENV.merge(extract_custom_env)
+        env = ENV.to_hash.merge(extract_custom_env)
         env.each do |key, value|
           next unless key.start_with?("GRN_")
           config_file.puts(<<-ENV)
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index