Navigation Menu

Skip to content

Commit

Permalink
Use temporary directory as groonga-httpd prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Aug 12, 2012
1 parent 5d7f1cb commit bcfc6e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/grntest/tester.rb
Expand Up @@ -853,7 +853,7 @@ def groonga_http_command(host, port, pid_file, context)
command_line = [
@tester.groonga_httpd,
"-c", config_file.path,
"-p", "#{context.db_path.parent}/",
"-p", "#{context.temporary_directory_path}/",
]
end
command_line
Expand Down

0 comments on commit bcfc6e8

Please sign in to comment.