Kouhei Sutou
null+****@clear*****
Mon Feb 16 12:56:12 JST 2015
Kouhei Sutou 2015-02-16 12:56:12 +0900 (Mon, 16 Feb 2015) New Revision: 808e6c14d866c11b2a808d72a47a3234d26663af https://github.com/groonga/grntest/commit/808e6c14d866c11b2a808d72a47a3234d26663af Message: Use call instead of print Because we don't need return value. Modified files: lib/grntest/test-runner.rb Modified: lib/grntest/test-runner.rb (+1 -1) =================================================================== --- lib/grntest/test-runner.rb 2015-02-03 22:31:43 +0900 (510abe0) +++ lib/grntest/test-runner.rb 2015-02-16 12:56:12 +0900 (8842769) @@ -232,7 +232,7 @@ module Grntest gdb_command.puts(<<-EOC) break main run -print chdir("#{context.temporary_directory_path}") +call chdir("#{context.temporary_directory_path}") EOC end command_line << "--command=#{gdb_command_path}" -------------- next part -------------- HTML����������������������������...Download