Kouhei Sutou
null+****@clear*****
Mon Apr 24 10:04:22 JST 2017
Kouhei Sutou 2017-04-24 10:04:22 +0900 (Mon, 24 Apr 2017) New Revision: 540d245f9d7fbc8745fc04cb980a3227e53595f6 https://github.com/groonga/groonga-query-log/commit/540d245f9d7fbc8745fc04cb980a3227e53595f6 Message: Fold a long line Modified files: lib/groonga/query-log/command/run-regression-test.rb Modified: lib/groonga/query-log/command/run-regression-test.rb (+3 -1) =================================================================== --- lib/groonga/query-log/command/run-regression-test.rb 2017-04-21 12:34:45 +0900 (8a3e327) +++ lib/groonga/query-log/command/run-regression-test.rb 2017-04-24 10:04:22 +0900 (88fd203) @@ -409,7 +409,9 @@ module Groonga ] command_line << "--no-care-order" if @options[:care_order] == false command_line << query_log_path.to_s - command_line << "--verify-cache" if****@new*****_persistent_cache? or****@old*****_persistent_cache? + if****@new*****_persistent_cache? or****@old*****_persistent_cache? + command_line << "--verify-cache" + end verify_server = VerifyServer.new verify_server.run(command_line) end -------------- next part -------------- HTML����������������������������...Download