Skip to content

Commit

Permalink
Always use JSON output
Browse files Browse the repository at this point in the history
Because XML output and TSV output of select command aren't supported by
groonga-client.
  • Loading branch information
kou committed Nov 6, 2014
1 parent a53d658 commit 1ec4e84
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/groonga/query-log/server-verifier.rb
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ def target_command?(command)

def verify_command(groonga1_client, groonga2_client, command)
command["cache"] = "no" if @options.disable_cache?
command["output_type"] = :json
response1 = groonga1_client.execute(command)
response2 = groonga2_client.execute(command)
comparer = ResponseComparer.new(command, response1, response2)
Expand Down

0 comments on commit 1ec4e84

Please sign in to comment.