[Zope3-checkins] SVN: Zope3/trunk/releases/Zope-test.py Use the
same Python executable for the release testing that is used to
Stephan Richter
srichter at cosmos.phy.tufts.edu
Sat Jun 18 10:46:28 EDT 2005
Log message for revision 30841:
Use the same Python executable for the release testing that is used to
execute this script.
Changed:
U Zope3/trunk/releases/Zope-test.py
-=-
Modified: Zope3/trunk/releases/Zope-test.py
===================================================================
--- Zope3/trunk/releases/Zope-test.py 2005-06-18 14:41:18 UTC (rev 30840)
+++ Zope3/trunk/releases/Zope-test.py 2005-06-18 14:46:28 UTC (rev 30841)
@@ -11,7 +11,7 @@
do('../../zpkgtools/bin/zpkg -caCZope.cfg Zope')
do('tar xozf Zope-0.0.0.tgz')
os.chdir('Zope-0.0.0')
-do('./configure --prefix `pwd`/z')
+do('./configure --prefix `pwd`/z --with-python=%s' %sys.executable)
do('make install')
os.chdir('z')
do("bin/zopetest '!(ZEO|ZODB|BTrees)'")
More information about the Zope3-Checkins
mailing list