Navigation Menu

Skip to content

Commit

Permalink
Use old -> new order
Browse files Browse the repository at this point in the history
Because other codes did so.
  • Loading branch information
kou committed Apr 24, 2017
1 parent 540d245 commit 995f86c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/groonga/query-log/command/run-regression-test.rb
Expand Up @@ -409,7 +409,7 @@ 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
if @new.use_persistent_cache? or @old.use_persistent_cache?
if @old.use_persistent_cache? or @new.use_persistent_cache?
command_line << "--verify-cache"
end
verify_server = VerifyServer.new
Expand Down

0 comments on commit 995f86c

Please sign in to comment.