lib/cukeforker/worker.rb in cukeforker-0.2.2 vs lib/cukeforker/worker.rb in cukeforker-0.2.3

- old
+ new

@@ -74,10 +74,10 @@ end def kill return unless pid - Process.kill("TERM", pid) + Process.kill("INT", pid) Process.wait(pid) rescue # could not kill worker, ignore end