[Checkins] SVN: grokproject/trunk/src/grokproject/template/buildout.cfg_tmpl When pointing the test runner to Zope 3 library paths, also support standard

Philipp von Weitershausen philikon at philikon.de
Tue Apr 17 14:13:29 EDT 2007


Log message for revision 74209:
  When pointing the test runner to Zope 3 library paths, also support standard
  installations ('lib/python') in addition to checkouts ('src').
  

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-04-17 18:01:37 UTC (rev 74208)
+++ grokproject/trunk/src/grokproject/template/buildout.cfg_tmpl	2007-04-17 18:13:29 UTC (rev 74209)
@@ -44,7 +44,8 @@
 [test]
 recipe = zc.recipe.testrunner
 eggs = ${package}
-extra-paths = parts/zope3/src
+extra-paths = $${zope3:location}/lib/python
+              $${zope3:location}/src
 working-directory = parts/instance
 defaults = ['--tests-pattern', '^f?tests$$',
             '-v'



More information about the Checkins mailing list