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:
parent
4ab8d89d7d
commit
1ec8873818
1 changed files with 0 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue