mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 09:53:21 +02:00
Make stf local <serial> work again.
This commit is contained in:
@@ -502,7 +502,8 @@ program
|
||||
, 'disable watching resources')
|
||||
.action(function() {
|
||||
var log = logger.createLogger('cli:local')
|
||||
, options = cliutil.lastArg(arguments)
|
||||
, args = arguments
|
||||
, options = cliutil.lastArg(args)
|
||||
, procutil = require('./util/procutil')
|
||||
|
||||
// Each forked process waits for signals to stop, and so we run over the
|
||||
@@ -553,7 +554,7 @@ program
|
||||
, '--name', options.provider
|
||||
, '--connect-sub', options.bindDevPub
|
||||
, '--connect-push', options.bindDevPull
|
||||
].concat(cliutil.allUnknownArgs(arguments)))
|
||||
].concat(cliutil.allUnknownArgs(args)))
|
||||
|
||||
// auth-mock
|
||||
, procutil.fork(__filename, [
|
||||
|
||||
Reference in New Issue
Block a user