Skip to content

Commit

Permalink
Fix for Ruby tests on Windows + MRI
Browse files Browse the repository at this point in the history
  • Loading branch information
jarib committed Jun 25, 2014
1 parent 5b97733 commit 6c0f399
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def start_windows
# For IE, the combination of Windows + FFI + MRI seems to cause a
# deadlock with the get() call and the server thread.
# Workaround by running this file in a subprocess.
@process = ChildProcess.build("ruby", "-r", "rubygems", __FILE__, @path, @port).start
@process = ChildProcess.build("ruby", "-r", "rubygems", __FILE__, @path, @port.to_s).start
else
start_threaded
end
Expand Down

0 comments on commit 6c0f399

Please sign in to comment.