Changeset 7571


Ignore:
Timestamp:
2 Feb 2012, 22:32:59 (13 years ago)
Author:
uli
Message:

Enable beaker-feature in all relevant default-buildout sections. The
windows buildout will not include beaker from now on, except one adds
it manually.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.sirp/trunk/buildout.cfg

    r7482 r7571  
    6363# This creates all scripts in bin/. The sirpctl created here is 'faulty'.
    6464recipe = zc.recipe.egg
    65 eggs = waeup.sirp
     65eggs = waeup.sirp [beaker]
    6666       z3c.evalexception>=2.0
    6767       Paste
     
    7676# fixed path to zdaemon.conf as argument.
    7777recipe = zc.recipe.egg
    78 eggs = waeup.sirp
     78eggs = waeup.sirp [beaker]
    7979arguments = "${buildout:parts-directory}/etc/zdaemon.conf"
    8080scripts = sirpctl=sirpctl
     
    9292[test]
    9393recipe = zc.recipe.testrunner
    94 eggs = waeup.sirp [test]
     94eggs = waeup.sirp [beaker, test]
    9595defaults = ['--tests-pattern', '^f?tests$', '-v']
    9696
     
    175175[coverage-detect]
    176176recipe = zc.recipe.testrunner
    177 eggs = waeup.sirp
     177eggs = waeup.sirp[beaker]
    178178defaults = ['--tests-pattern', '^f?tests$', '-v', '--coverage', 'coverage']
    179179
Note: See TracChangeset for help on using the changeset viewer.