Kouhei Sutou 2018-11-17 10:34:16 +0900 (Sat, 17 Nov 2018) Revision: 49c3941e9f6d7fc43c664630f755b14095c21959 https://github.com/groonga/grntest/commit/49c3941e9f6d7fc43c664630f755b14095c21959 Message: Fix name error Modified files: lib/grntest/test-runner.rb Modified: lib/grntest/test-runner.rb (+1 -1) =================================================================== --- lib/grntest/test-runner.rb 2018-11-17 10:11:50 +0900 (2d394f3) +++ lib/grntest/test-runner.rb 2018-11-17 10:34:16 +0900 (1d46dff) @@ -389,7 +389,7 @@ call chdir("#{context.temporary_directory_path}") begin Process.kill(:TERM, pid) rescue SystemCallError => error - $stderr.puts("#{signal} -> #{pid}: #{error.class}: #{error}") + $stderr.puts("TERM -> #{pid}: #{error.class}: #{error}") else wait_groonga_http_shutdown(pid_file_path) ensure_process_finished(pid) -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20181117/92ec5b90/attachment.html>