[Groonga-commit] groonga/grntest at fb01057 [master] Log unexpected case

Back to archive index
Kouhei Sutou null+****@clear*****
Fri Nov 16 19:16:54 JST 2018


Kouhei Sutou	2018-11-16 19:16:54 +0900 (Fri, 16 Nov 2018)

  Revision: fb010571845abb8b4bf8ba68eb5b898bb5839a0f
  https://github.com/groonga/grntest/commit/fb010571845abb8b4bf8ba68eb5b898bb5839a0f

  Message:
    Log unexpected case

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

  Modified: lib/grntest/test-runner.rb (+2 -1)
===================================================================
--- lib/grntest/test-runner.rb    2018-11-16 19:00:58 +0900 (221c226)
+++ lib/grntest/test-runner.rb    2018-11-16 19:16:54 +0900 (a2a2e90)
@@ -388,7 +388,8 @@ call chdir("#{context.temporary_directory_path}")
         return if pid.nil?
         begin
           Process.kill(:TERM, pid)
-        rescue SystemCallErrror
+        rescue SystemCallErrror => error
+          $stderr.puts("#{signal} -> #{pid}: #{error.class}: #{error}")
           return
         end
         wait_groonga_http_shutdown(pid_file_path)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20181116/01bac3c0/attachment.html>


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