Skip to content
Snippets Groups Projects
Commit 518c75b5 authored by Bob Lantz's avatar Bob Lantz
Browse files

Fixed nox_pysw not to fail on startup, but --port still doesn't work.

parent ad2fda25
No related branches found
No related tags found
No related merge requests found
......@@ -683,7 +683,7 @@ def __init__( self, name, noxArgs=None, **kwargs ):
Controller.__init__( self, name,
command=noxCoreDir + '/nox_core',
cargs='--libdir=/usr/local/lib -v -i ptcp:%s ' % self.port +
cargs='--libdir=/usr/local/lib -v -i ptcp:%s ' +
' '.join( noxArgs ),
cdir=noxCoreDir, **kwargs )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment