[Groonga-commit] groonga/groonga [master] test: show the value of index number

Back to archive index

null+****@clear***** null+****@clear*****
2012年 5月 16日 (水) 18:40:54 JST


HAYASHI Kentaro	2012-05-16 18:40:54 +0900 (Wed, 16 May 2012)

  New Revision: 092aae16da8b832ad3f9651196d61797f0b81084

  Log:
    test: show the value of index number

  Modified files:
    test/function/tools/geo/generate-grntest-data.rb

  Modified: test/function/tools/geo/generate-grntest-data.rb (+1 -1)
===================================================================
--- test/function/tools/geo/generate-grntest-data.rb    2012-05-16 18:37:01 +0900 (69f81f3)
+++ test/function/tools/geo/generate-grntest-data.rb    2012-05-16 18:40:54 +0900 (d5a1aa4)
@@ -355,7 +355,7 @@ if __FILE__ == $0
 
           if File.exists?(testname)
             # duplicated?
-            puts("Warning! #{testname} duplicated")
+            puts("Warning! [#{i}] #{testname} duplicated")
           end
           File.open(testname, "w+") do |testfile|
             if OPTS.has_key?(:verbose)




Groonga-commit メーリングリストの案内
Back to archive index