[Groonga-commit] droonga/drntest at af0bb88 [master] Send TERM to engine instead of KILL

Back to archive index

Yoji Shidara null+****@clear*****
Tue Nov 26 15:18:02 JST 2013


Yoji Shidara	2013-11-26 15:18:02 +0900 (Tue, 26 Nov 2013)

  New Revision: af0bb888cf538bfc9c97f7865a09c0fdb8ea4f94
  https://github.com/droonga/drntest/commit/af0bb888cf538bfc9c97f7865a09c0fdb8ea4f94

  Message:
    Send TERM to engine instead of KILL

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

  Modified: lib/drntest/test-runner.rb (+1 -1)
===================================================================
--- lib/drntest/test-runner.rb    2013-11-26 00:16:58 +0900 (29d540f)
+++ lib/drntest/test-runner.rb    2013-11-26 15:18:02 +0900 (44fdab0)
@@ -128,7 +128,7 @@ module Drntest
     def teardown
       return unless temporary_engine?
 
-      Process.kill(:KILL, @engine_pid)
+      Process.kill(:TERM, @engine_pid)
       FileUtils.rm_rf(temporary_dir.to_s)
     end
 
-------------- next part --------------
HTML����������������������������...
Download 



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