[Checkins] SVN: Zope2.buildout/trunk/buildout.cfg Specify some environment variables explicitly.

Hanno Schlichting plone at hannosch.info
Wed Aug 27 07:56:49 EDT 2008


Log message for revision 90435:
  Specify some environment variables explicitly.
  

Changed:
  U   Zope2.buildout/trunk/buildout.cfg

-=-
Modified: Zope2.buildout/trunk/buildout.cfg
===================================================================
--- Zope2.buildout/trunk/buildout.cfg	2008-08-27 11:49:47 UTC (rev 90434)
+++ Zope2.buildout/trunk/buildout.cfg	2008-08-27 11:56:48 UTC (rev 90435)
@@ -15,7 +15,12 @@
 [test]
 recipe = zc.recipe.testrunner<1.1dev
 eggs = ${buildout:eggs}
+environment = test-environment
 
+[test-environment]
+SOFTWARE_HOME = ${buildout:directory}/src
+ZOPE_HOME = ${buildout:directory}
+
 [omelette]
 recipe = collective.recipe.omelette
 eggs = ${buildout:eggs}



More information about the Checkins mailing list