[Checkins] SVN: CMF.buildout/trunk/buildout.cfg Fix test environment.

Stefan H. Holek stefan at epy.co.at
Fri Feb 13 16:50:17 EST 2009


Log message for revision 96507:
  Fix test environment.

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

-=-
Modified: CMF.buildout/trunk/buildout.cfg
===================================================================
--- CMF.buildout/trunk/buildout.cfg	2009-02-13 19:20:39 UTC (rev 96506)
+++ CMF.buildout/trunk/buildout.cfg	2009-02-13 21:50:16 UTC (rev 96507)
@@ -38,8 +38,8 @@
 
 [test-environment]
 SOFTWARE_HOME = ${buildout:directory}/src/Zope2/src
-ZOPE_HOME = ${buildout:directory}
-INSTANCE_HOME = ${buildout:directory}
+ZOPE_HOME = ${buildout:directory}/src/Zope2
+INSTANCE_HOME = ${instance:location}
 
 [zopepy]
 recipe = zc.recipe.egg



More information about the Checkins mailing list