Skip to content

Commit eb76591

Browse files
committed
Console Cntl event is sent to root process sharing the console
1 parent cec45ae commit eb76591

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tool/test-bundled-gems.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@
8282
timeouts = {nil => first_timeout, INT: 30, TERM: 10, KILL: nil}
8383
if /mingw|mswin/ =~ RUBY_PLATFORM
8484
timeouts.delete(:TERM) # Inner process signal on Windows
85+
timeouts.delete(:INT) # root process will be terminated too
8586
group = :new_pgroup
8687
pg = ""
8788
else

0 commit comments

Comments
 (0)