[Checkins] SVN: grok/trunk/buildout.cfg - added working directory to testrunner for picking up ftesting.zcml

Christian Theune ct at gocept.com
Mon Dec 11 11:37:05 EST 2006


Log message for revision 71520:
   - added working directory to testrunner for picking up ftesting.zcml
  

Changed:
  U   grok/trunk/buildout.cfg

-=-
Modified: grok/trunk/buildout.cfg
===================================================================
--- grok/trunk/buildout.cfg	2006-12-11 16:34:10 UTC (rev 71519)
+++ grok/trunk/buildout.cfg	2006-12-11 16:37:01 UTC (rev 71520)
@@ -43,6 +43,7 @@
 eggs = setuptools
        grok
        grokwiki
+       ldapaddressbook
        grokblog
 
 zcml = zope.annotation
@@ -65,12 +66,14 @@
        grok
        grok-meta
        grokwiki
+       ldapaddressbook
        grokblog
 
 [test]
 recipe = zc.recipe.testrunner
 eggs = grok
 extra-paths = parts/zope3/src
+working-directory = parts/testinstance
 defaults = ['--tests-pattern', '^f?tests$',
             '-v'
            ]



More information about the Checkins mailing list