1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

test/unit.rb: no jobserver in workers

* test/lib/test/unit.rb (Test::Unit::Parallel#process_args):
  worker processes do not access job server.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58280 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2017-04-09 01:23:01 +00:00
parent 4ab8d89d7d
commit 1ec8873818

View file

@ -131,9 +131,6 @@ module Test
if @options[:parallel]
@files = args
end
if @jobserver
@run_options << @jobserver.each_with_object({}) {|fd, opts| opts[fd] = fd}
end
options
end