Skip to content

Commit

Permalink
Run child processes with posix_spawn API.
Browse files Browse the repository at this point in the history
  • Loading branch information
mostlyobvious committed Oct 13, 2013
1 parent bcc6fde commit 6d312fd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/citrus/core/test_runner.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
require 'childprocess'
ChildProcess.posix_spawn = true

module Citrus
module Core
class TestRunner
Expand Down

0 comments on commit 6d312fd

Please sign in to comment.