Kouhei Sutou
null+****@clear*****
Sun May 22 17:52:38 JST 2016
Kouhei Sutou 2016-05-22 17:52:38 +0900 (Sun, 22 May 2016) New Revision: 68e56db207e96b2f9591284e80d3027199678953 https://github.com/groonga/grntest/commit/68e56db207e96b2f9591284e80d3027199678953 Message: Give up killing process when system call error is occurred Modified files: lib/grntest/test-runner.rb Modified: lib/grntest/test-runner.rb (+1 -0) =================================================================== --- lib/grntest/test-runner.rb 2016-05-20 12:30:11 +0900 (b3725c7) +++ lib/grntest/test-runner.rb 2016-05-22 17:52:38 +0900 (2bada94) @@ -397,6 +397,7 @@ call chdir("#{context.temporary_directory_path}") Process.kill(signal, pid) rescue SystemCallError $stderr.puts("#{signal} -> #{pid}: #{$!.class}: #{$!}") + return end sleep(0.1) end -------------- next part -------------- HTML����������������������������...下载