Navigation Menu

Skip to content

Commit

Permalink
Export library load related environment variable for groonga-httpd
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jan 26, 2015
1 parent 9f6fa6a commit f583670
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/grntest/test-runner.rb
Expand Up @@ -377,6 +377,10 @@ def create_config_file(context, host, port, pid_file_path)
env #{key};
ENV
end
config_file.puts(<<-ENV)
env LD_LIBRARY_PATH;
env DYLD_LIBRARY_PATH;
ENV

config_file.puts(<<-HTTP)
http {
Expand Down

0 comments on commit f583670

Please sign in to comment.