[Groonga-commit] groonga/grntest at f583670 [master] Export library load related environment variable for groonga-httpd

アーカイブの一覧に戻る

Kouhei Sutou null+****@clear*****
Mon Jan 26 21:47:21 JST 2015


Kouhei Sutou	2015-01-26 21:47:21 +0900 (Mon, 26 Jan 2015)

  New Revision: f5836707469c73607ae9463238041704a02a19f4
  https://github.com/groonga/grntest/commit/f5836707469c73607ae9463238041704a02a19f4

  Message:
    Export library load related environment variable for groonga-httpd

  Modified files:
    lib/grntest/test-runner.rb

  Modified: lib/grntest/test-runner.rb (+4 -0)
===================================================================
--- lib/grntest/test-runner.rb    2015-01-26 19:56:13 +0900 (d57ad08)
+++ lib/grntest/test-runner.rb    2015-01-26 21:47:21 +0900 (6219461)
@@ -377,6 +377,10 @@ events {
 env #{key};
           ENV
         end
+        config_file.puts(<<-ENV)
+env LD_LIBRARY_PATH;
+env DYLD_LIBRARY_PATH;
+        ENV
 
         config_file.puts(<<-HTTP)
 http {
-------------- next part --------------
HTML����������������������������...
ダウンロード 



More information about the Groonga-commit mailing list
アーカイブの一覧に戻る