[Checkins] SVN: grokproject/trunk/src/grokproject/template/buildout.cfg_tmpl Fix https://launchpad.net/grok/+bug/80401

Philipp von Weitershausen philikon at philikon.de
Thu Jan 18 13:08:57 EST 2007


Log message for revision 72096:
  Fix https://launchpad.net/grok/+bug/80401
    When you create a new grokproject, the grok egg is included in test
    section in the buildout.cfg. This makes all the grok test cases run
    as well, while testing "your own project". This is not needed.
  
  

Changed:
  U   grokproject/trunk/src/grokproject/template/buildout.cfg_tmpl

-=-
Modified: grokproject/trunk/src/grokproject/template/buildout.cfg_tmpl
===================================================================
--- grokproject/trunk/src/grokproject/template/buildout.cfg_tmpl	2007-01-18 17:35:35 UTC (rev 72095)
+++ grokproject/trunk/src/grokproject/template/buildout.cfg_tmpl	2007-01-18 18:08:56 UTC (rev 72096)
@@ -43,8 +43,7 @@
 
 [test]
 recipe = zc.recipe.testrunner
-eggs = grok
-       ${package}
+eggs = ${package}
 extra-paths = parts/zope3/src
 working-directory = parts/instance
 defaults = ['--tests-pattern', '^f?tests$$',



More information about the Checkins mailing list