[Groonga-commit] pgroonga/pgroonga at 7b830d4 [master] test: use subdirectory for test DB

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Jan 4 00:12:23 JST 2017


Kouhei Sutou	2017-01-04 00:12:23 +0900 (Wed, 04 Jan 2017)

  New Revision: 7b830d4c001e0b1d17cc5b3e58cbb7533c0d1fb2
  https://github.com/pgroonga/pgroonga/commit/7b830d4c001e0b1d17cc5b3e58cbb7533c0d1fb2

  Message:
    test: use subdirectory for test DB

  Modified files:
    test/helpers/sandbox.rb

  Modified: test/helpers/sandbox.rb (+1 -1)
===================================================================
--- test/helpers/sandbox.rb    2017-01-03 23:47:02 +0900 (c49bebb)
+++ test/helpers/sandbox.rb    2017-01-04 00:12:23 +0900 (bedcdcb)
@@ -116,7 +116,7 @@ module Helpers
     end
 
     def setup_db
-      @db_dir = @tmp_dir
+      @db_dir = File.join(@tmp_dir, "db")
       @socket_dir = File.join(@db_dir, "socket")
       @host = "127.0.0.1"
       @port = 15432
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index