Skip to content
This repository was archived by the owner on Nov 30, 2024. It is now read-only.

Commit 2fb7692

Browse files
benoittgtJonRowe
andauthored
Update lib/rspec/core/bisect/fork_runner.rb
Co-authored-by: Jon Rowe <[email protected]>
1 parent 8466fae commit 2fb7692

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/rspec/core/bisect/fork_runner.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,8 @@ def dispatch_specs(run_descriptor)
9494
pid = fork { run_specs(run_descriptor) }
9595
# We don't use Process.waitpid here as it was causing bisects to
9696
# block due to the file descriptor limit on OSX / Linux. We need
97-
# to detach the process to avoid having zombie process and consume
98-
# slot in the kernel process table.
97+
# to detach the process to avoid having zombie processes
98+
# consuming slots in the kernel process table during bisect runs.
9999
Process.detach(pid)
100100
end
101101

0 commit comments

Comments
 (0)