Kouhei Sutou 2019-03-26 16:11:10 +0900 (Tue, 26 Mar 2019) Revision: d1adb4c81a2813d3442b28c66b719d76c82f34fd https://github.com/groonga/groonga-query-log/commit/d1adb4c81a2813d3442b28c66b719d76c82f34fd Message: Use more meaningful name Modified files: lib/groonga-query-log/command/run-regression-test.rb Modified: lib/groonga-query-log/command/run-regression-test.rb (+2 -3) =================================================================== --- lib/groonga-query-log/command/run-regression-test.rb 2019-03-26 16:10:28 +0900 (75bf878) +++ lib/groonga-query-log/command/run-regression-test.rb 2019-03-26 16:11:10 +0900 (476ee69) @@ -665,9 +665,8 @@ module GroongaQueryLog format_log = "" @output = output || StringIO.new - options = {:output => @output} - command = GroongaQueryLog::Command::FormatRegressionTestLogs.new(options) - command.run([@path]) + formetter = FormatRegressionTestLogs.new(output: @output) + formetter.run([@path]) format_log =****@outpu***** subject = @options[:mail_subject_on_success] -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20190326/834b674f/attachment-0001.html>