Skip to content

Commit f581652

Browse files
author
小野 直人
committed
Fix typo
1 parent 63f800c commit f581652

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/support/utils.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ def kill_safely pid, name, test_info
277277

278278
test_info.failed_process = name
279279

280-
Process.kill :KILL, pid
280+
Process.kill :TERM, pid
281281
return if wait_pid pid, 0.2
282282

283283
Process.kill :KILL, pid

0 commit comments

Comments
 (0)