Kouhei Sutou
null+****@clear*****
Sun Aug 12 13:58:58 JST 2012
Kouhei Sutou 2012-08-12 13:58:58 +0900 (Sun, 12 Aug 2012) New Revision: bcfc6e89bfe905b8db273b97f3cc8397823db9fe https://github.com/groonga/grntest/commit/bcfc6e89bfe905b8db273b97f3cc8397823db9fe Log: Use temporary directory as groonga-httpd prefix Modified files: lib/grntest/tester.rb Modified: lib/grntest/tester.rb (+1 -1) =================================================================== --- lib/grntest/tester.rb 2012-08-12 13:58:34 +0900 (d4d99e5) +++ lib/grntest/tester.rb 2012-08-12 13:58:58 +0900 (d3b211a) @@ -853,7 +853,7 @@ EOC command_line = [ @tester.groonga_httpd, "-c", config_file.path, - "-p", "#{context.db_path.parent}/", + "-p", "#{context.temporary_directory_path}/", ] end command_line -------------- next part -------------- HTML����������������������������...Download