1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-04 18:29:17 +02:00

Give open device ports their own options. Preparing for future refactor.

This commit is contained in:
Simo Kinnunen 2015-04-29 16:38:03 +09:00
parent b3b538c561
commit 105795bec7
4 changed files with 19 additions and 11 deletions

View file

@ -20,7 +20,7 @@ module.exports = syrup.serial()
, plugin = Object.create(null)
, activeServer = null
plugin.port = options.ports.pop()
plugin.port = options.connectPort
plugin.url = util.format('%s:%s', options.publicIp, plugin.port)
plugin.start = function() {