[Groonga-commit] groonga/grntest at 86a0c52 [master] windows: support backtrace detection

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Apr 26 16:44:12 JST 2016


Kouhei Sutou	2016-04-26 16:44:12 +0900 (Tue, 26 Apr 2016)

  New Revision: 86a0c5204593f8c6b64ad2450e6407291a92ba39
  https://github.com/groonga/grntest/commit/86a0c5204593f8c6b64ad2450e6407291a92ba39

  Message:
    windows: support backtrace detection

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

  Modified: lib/grntest/executors/base-executor.rb (+2 -0)
===================================================================
--- lib/grntest/executors/base-executor.rb    2016-04-26 16:11:43 +0900 (1d289c6)
+++ lib/grntest/executors/base-executor.rb    2016-04-26 16:44:12 +0900 (795165b)
@@ -394,6 +394,8 @@ module Grntest
         case message
         when /\A\//
           true
+        when /\[a-zA-Z]:\//
+          true
         when /\Agroonga\(\) \[0x[\da-f]+\]\z/
           true
         when /\A\d+\s+(?:lib\S+\.dylib|\S+\.so|groonga|nginx|\?\?\?)\s+
-------------- next part --------------
HTML����������������������������...
다운로드 



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