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

Ensure that we correctly allocate worker ports. We were off by one before.

This commit is contained in:
Simo Kinnunen 2014-06-09 19:00:26 +09:00
parent ba7e467ebd
commit 72000cc717
2 changed files with 8 additions and 4 deletions

View file

@ -32,7 +32,7 @@ program
, Number
, 7400)
.option('--max-port <port>'
, 'maximum port number for worker use (total must be multiple of 3)'
, 'maximum port number for worker use'
, Number
, 7700)
.option('--public-ip <ip>'