[Groonga-commit] groonga/grntest at 916ee44 [master] Treat "C:\..." as backtrace log

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Oct 18 19:06:39 JST 2016


Kouhei Sutou	2016-10-18 19:06:39 +0900 (Tue, 18 Oct 2016)

  New Revision: 916ee44e40d913f1b78b91e8a25ce84ff8b0d907
  https://github.com/groonga/grntest/commit/916ee44e40d913f1b78b91e8a25ce84ff8b0d907

  Message:
    Treat "C:\..." as backtrace log

  Modified files:
    lib/grntest/executors/base-executor.rb

  Modified: lib/grntest/executors/base-executor.rb (+1 -1)
===================================================================
--- lib/grntest/executors/base-executor.rb    2016-09-06 16:49:27 +0900 (0dccbdc)
+++ lib/grntest/executors/base-executor.rb    2016-10-18 19:06:39 +0900 (ae13cac)
@@ -459,7 +459,7 @@ module Grntest
         case message
         when /\A\//
           true
-        when /\A[a-zA-Z]:\//
+        when /\A[a-zA-Z]:[\/\\]/
           true
         when /\Agroonga\(\) \[0x[\da-f]+\]\z/
           true
-------------- next part --------------
HTML����������������������������...
Download 



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