- Timestamp:
- 2 Feb 2012, 22:32:59 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/buildout.cfg
r7482 r7571 63 63 # This creates all scripts in bin/. The sirpctl created here is 'faulty'. 64 64 recipe = zc.recipe.egg 65 eggs = waeup.sirp 65 eggs = waeup.sirp [beaker] 66 66 z3c.evalexception>=2.0 67 67 Paste … … 76 76 # fixed path to zdaemon.conf as argument. 77 77 recipe = zc.recipe.egg 78 eggs = waeup.sirp 78 eggs = waeup.sirp [beaker] 79 79 arguments = "${buildout:parts-directory}/etc/zdaemon.conf" 80 80 scripts = sirpctl=sirpctl … … 92 92 [test] 93 93 recipe = zc.recipe.testrunner 94 eggs = waeup.sirp [ test]94 eggs = waeup.sirp [beaker, test] 95 95 defaults = ['--tests-pattern', '^f?tests$', '-v'] 96 96 … … 175 175 [coverage-detect] 176 176 recipe = zc.recipe.testrunner 177 eggs = waeup.sirp 177 eggs = waeup.sirp[beaker] 178 178 defaults = ['--tests-pattern', '^f?tests$', '-v', '--coverage', 'coverage'] 179 179
Note: See TracChangeset for help on using the changeset viewer.