Navigation Menu

Skip to content

Commit

Permalink
Fold a long line
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Apr 24, 2017
1 parent c92dab2 commit 540d245
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/groonga/query-log/command/run-regression-test.rb
Expand Up @@ -409,7 +409,9 @@ def verify_server(test_log_path, query_log_path)
]
command_line << "--no-care-order" if @options[:care_order] == false
command_line << query_log_path.to_s
command_line << "--verify-cache" if @new.use_persistent_cache? or @old.use_persistent_cache?
if @new.use_persistent_cache? or @old.use_persistent_cache?
command_line << "--verify-cache"
end
verify_server = VerifyServer.new
verify_server.run(command_line)
end
Expand Down

0 comments on commit 540d245

Please sign in to comment.