[Groonga-commit] groonga/groonga at 34fcdbf [master] test: ":" is a special path character on Windows

アーカイブの一覧に戻る

Kouhei Sutou null+****@clear*****
Mon May 23 12:48:20 JST 2016


Kouhei Sutou	2016-05-23 12:48:20 +0900 (Mon, 23 May 2016)

  New Revision: 34fcdbf64602a63af6eddbf808b312855b84a131
  https://github.com/groonga/groonga/commit/34fcdbf64602a63af6eddbf808b312855b84a131

  Message:
    test: ":" is a special path character on Windows

  Modified files:
    test/command_line/helper/sandbox.rb

  Modified: test/command_line/helper/sandbox.rb (+1 -1)
===================================================================
--- test/command_line/helper/sandbox.rb    2016-05-23 11:58:07 +0900 (dc654aa)
+++ test/command_line/helper/sandbox.rb    2016-05-23 12:48:20 +0900 (07d3f3b)
@@ -30,7 +30,7 @@ module Sandbox
   end
 
   def setup_database_path
-    name_for_path = name.gsub(/[\(\)\[\] ]/, "-")
+    name_for_path = name.gsub(/[\(\)\[\]: ]/, "-")
     @database_path = @tmp_dir + "#{name_for_path}.db"
   end
 
-------------- next part --------------
HTML����������������������������...
ダウンロード 



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