[Groonga-commit] droonga/fluent-plugin-droonga at 5afd186 [master] Convert non-string argument to string

Back to archive index

YUKI Hiroshi null+****@clear*****
Mon Jan 20 18:52:44 JST 2014


YUKI Hiroshi	2014-01-20 18:52:44 +0900 (Mon, 20 Jan 2014)

  New Revision: 5afd1860da7d9e82ea54463d3290b13c19dedf43
  https://github.com/droonga/fluent-plugin-droonga/commit/5afd1860da7d9e82ea54463d3290b13c19dedf43

  Message:
    Convert non-string argument to string

  Modified files:
    test/performance/run-test.rb

  Modified: test/performance/run-test.rb (+3 -0)
===================================================================
--- test/performance/run-test.rb    2014-01-20 18:49:29 +0900 (75adbf6)
+++ test/performance/run-test.rb    2014-01-20 18:52:44 +0900 (f87a392)
@@ -19,6 +19,9 @@ require "rbconfig"
 require "fileutils"
 
 def run(*command_line)
+  command_line.collect! do |argument|
+    argument.to_s
+  end
   return if system(*command_line)
   puts("failed to run: #{command_line.join(' ')}")
   exit(false)
-------------- next part --------------
HTML����������������������������...
下載 



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