# File lib/deep_test/distributed/test_server.rb, line 14
14:       def spawn_worker_server(options)
15:         DeepTest.logger.debug("mirror spawn_worker_server for #{options.origin_hostname}")
16:         RemoteWorkerServer.start(URI.parse(@config[:uri]).host,
17:                                  options.mirror_path(@config[:work_dir]),
18:                                  TestServerWorkers.new(options, @config, DRbClientConnectionInfo.new))
19:       end