Changeset 88

Show
Ignore:
Timestamp:
06/30/06 22:15:16 (3 years ago)
Author:
robin
Message:

--

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • slavetools/trunk/lib/slavetools/noseplug.py

    r87 r88  
    8787        'for starting the slave program. Only a very limmited amount of ' 
    8888        'spliting is supported (see SLAVE_PROGRAM_SPLIT for details) ' 
    89         'If the option to enable forwarding of slave options is enabled ( ' 
    90         'the default is off) they are inserted into the command line ' 
    91         '*after* the command line parts implied by this option. ')), 
     89        'Unless --dont-forward-opts is set (its off by default) the ' 
     90        'options --slave-directory, --slave-pidfile will be added ' 
     91        'to the command line *after* the arguments implied by ' 
     92        '--slave-program if and only if there values are not equivelent ' 
     93        'to the defaults specified by this plugin. If passed, they are ' 
     94        'passed in *undecorated* form, as --directory=value, --pidfile=value.' 
     95        )), 
    9296    ('--slave-prevpid', dict( 
    9397        default=None, 
     
    153157    #SLAVE_OPTIONS=list(prune_shortopts(reduce(update_options, [ 
    154158    #    COMMON_OPTS, COMMON_POSIX_OPTS, START_POSIX_OPTS]))) 
    155     # but the help will be confusing unless you patch it up 
     159    # but the help will be confusing unless you patch it up.  
    156160  
    157161    def help(self): 
  • slavetools/trunk/setup.py

    r87 r88  
    2727            'slavetool = slavetools.entrypoints:run',], 
    2828        'nose.plugins':[ 
    29             'slaveservice = slavetools.noseplug:SlaveService',], 
     29            'slaveservice = slavetools.slaveplug:SlaveService' 
     30            'masterconfig = slavetools.masterplug:MasterConfig',], 
    3031        }, 
    3132    data_files = find_data(