Changeset 88
- Timestamp:
- 06/30/06 22:15:16 (3 years ago)
- Files:
-
- slavetools/trunk/lib/slavetools/noseplug.py (modified) (2 diffs)
- slavetools/trunk/setup.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
slavetools/trunk/lib/slavetools/noseplug.py
r87 r88 87 87 'for starting the slave program. Only a very limmited amount of ' 88 88 '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 )), 92 96 ('--slave-prevpid', dict( 93 97 default=None, … … 153 157 #SLAVE_OPTIONS=list(prune_shortopts(reduce(update_options, [ 154 158 # 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. 156 160 157 161 def help(self): slavetools/trunk/setup.py
r87 r88 27 27 'slavetool = slavetools.entrypoints:run',], 28 28 'nose.plugins':[ 29 'slaveservice = slavetools.noseplug:SlaveService',], 29 'slaveservice = slavetools.slaveplug:SlaveService' 30 'masterconfig = slavetools.masterplug:MasterConfig',], 30 31 }, 31 32 data_files = find_data(