[Groonga-commit] groonga/grntest at a0ef6d3 [master] Use meaningful here document tag

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Mar 12 15:49:49 JST 2015


Kouhei Sutou	2015-03-12 15:49:49 +0900 (Thu, 12 Mar 2015)

  New Revision: a0ef6d3565938d9141f2acabaa4e6530ca5d3e47
  https://github.com/groonga/grntest/commit/a0ef6d3565938d9141f2acabaa4e6530ca5d3e47

  Message:
    Use meaningful here document tag

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

  Modified: lib/grntest/test-runner.rb (+2 -2)
===================================================================
--- lib/grntest/test-runner.rb    2015-03-12 15:49:31 +0900 (4c3c2d9)
+++ lib/grntest/test-runner.rb    2015-03-12 15:49:49 +0900 (7409b93)
@@ -229,11 +229,11 @@ module Grntest
         command_line << @tester.gdb
         gdb_command_path = context.temporary_directory_path + "groonga.gdb"
         gdb_command_path.open("w") do |gdb_command|
-          gdb_command.puts(<<-EOC)
+          gdb_command.puts(<<-COMMANDS)
 break main
 run
 call chdir("#{context.temporary_directory_path}")
-EOC
+          COMMANDS
         end
         command_line << "--command=#{gdb_command_path}"
         command_line << "--quiet"
-------------- next part --------------
HTML����������������������������...
下载 



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