[Groonga-commit] droonga/drntest at 3c7d5e4 [master] Handle any StandardError

Back to archive index

YUKI Hiroshi null+****@clear*****
Thu Nov 28 19:44:55 JST 2013


YUKI Hiroshi	2013-11-28 19:44:55 +0900 (Thu, 28 Nov 2013)

  New Revision: 3c7d5e476be39b1b3c840da12004290ba89f6e7e
  https://github.com/droonga/drntest/commit/3c7d5e476be39b1b3c840da12004290ba89f6e7e

  Message:
    Handle any StandardError

  Modified files:
    lib/drntest/test-runner.rb

  Modified: lib/drntest/test-runner.rb (+1 -1)
===================================================================
--- lib/drntest/test-runner.rb    2013-11-28 19:32:02 +0900 (93462a5)
+++ lib/drntest/test-runner.rb    2013-11-28 19:44:55 +0900 (c106141)
@@ -222,7 +222,7 @@ module Drntest
         else
           begin
             parser << line
-          rescue Yajl::ParseError => error
+          rescue StandardError => error
             p "Failed to load JSONs file: #{path.to_s}"
             raise error
           end
-------------- next part --------------
HTML����������������������������...
다운로드 



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