[Checkins] SVN: grok/trunk/buildout.cfg Argh - shouldn't need to
	add grokblog to the test runner, but since
    Martijn Faassen 
    faassen at infrae.com
       
    Sat Nov  4 08:25:54 EST 2006
    
    
  
Log message for revision 71056:
  Argh - shouldn't need to add grokblog to the test runner, but since
  we include the * ZCMLi for the instance, we need to, otherwise the functional
  tests will fail.
  
  We should go through things and only include the ZCML grok really needs.
  
Changed:
  U   grok/trunk/buildout.cfg
-=-
Modified: grok/trunk/buildout.cfg
===================================================================
--- grok/trunk/buildout.cfg	2006-11-04 00:44:48 UTC (rev 71055)
+++ grok/trunk/buildout.cfg	2006-11-04 13:25:53 UTC (rev 71056)
@@ -30,6 +30,7 @@
 recipe = zc.recipe.testrunner
 eggs = grok
        grokwiki
+       grokblog
 extra-paths = parts/zope3/src
 defaults = ['--tests-pattern', '^f?tests$',
             '-v'
    
    
More information about the Checkins
mailing list