[Groonga-commit] groonga/grntest [master] Use keep_database_path for groonga-httpd log files

Back to archive index

null+****@clear***** null+****@clear*****
2012年 6月 12日 (火) 12:34:54 JST


Haruka Yoshihara	2012-06-12 12:34:54 +0900 (Tue, 12 Jun 2012)

  New Revision: c01aa6d380acfaa8b8373c1bf4d978160d30a848

  Log:
    Use keep_database_path for groonga-httpd log files

  Modified files:
    lib/groonga/tester.rb

  Modified: lib/groonga/tester.rb (+1 -2)
===================================================================
--- lib/groonga/tester.rb    2012-06-12 12:15:46 +0900 (f3e9103)
+++ lib/groonga/tester.rb    2012-06-12 12:34:54 +0900 (0dab54a)
@@ -353,11 +353,10 @@ module Groonga
         unles****@teste*****_httpd.nil?
           db_path = context.db_path
           config_file = create_config_file(host, port, db_path, pid_file)
-          real_basepath = File.realpath(@tester.base_directory)
           command_line = [
             @tester.groonga_httpd,
             "-c", config_file.path,
-            "-p", File.join(real_basepath, "/"),
+            "-p", keep_database_path,
           ]
         else
           command_line = [




Groonga-commit メーリングリストの案内
Back to archive index