[Groonga-commit] groonga/grntest at 3a1fb96 [master] Fix a typo

Zurück zum Archiv-Index
Kouhei Sutou null+****@clear*****
Sat Nov 17 10:11:50 JST 2018


Kouhei Sutou	2018-11-17 10:11:50 +0900 (Sat, 17 Nov 2018)

  Revision: 3a1fb9684dcec927e13e4e6ca03137d182cd4829
  https://github.com/groonga/grntest/commit/3a1fb9684dcec927e13e4e6ca03137d182cd4829

  Message:
    Fix a typo

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

  Modified: lib/grntest/test-runner.rb (+1 -1)
===================================================================
--- lib/grntest/test-runner.rb    2018-11-16 19:18:46 +0900 (6f89a51)
+++ lib/grntest/test-runner.rb    2018-11-17 10:11:50 +0900 (2d394f3)
@@ -388,7 +388,7 @@ call chdir("#{context.temporary_directory_path}")
         if pid
           begin
             Process.kill(:TERM, pid)
-          rescue SystemCallErrror => error
+          rescue SystemCallError => error
             $stderr.puts("#{signal} -> #{pid}: #{error.class}: #{error}")
           else
             wait_groonga_http_shutdown(pid_file_path)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20181117/0037b23b/attachment-0001.html>


More information about the Groonga-commit mailing list
Zurück zum Archiv-Index