[Zope-CVS] CVS: Packages/TestScripts - linux_config.xml:1.7

Chris Withers chrisw@nipltd.com
Thu, 8 May 2003 12:39:34 -0400


Update of /cvs-repository/Packages/TestScripts
In directory cvs.zope.org:/tmp/cvs-serv1664/TestScripts

Modified Files:
	linux_config.xml 
Log Message:
New version that works with Zope 2.7-ish HEAD.

=== Packages/TestScripts/linux_config.xml 1.6 => 1.7 ===
--- Packages/TestScripts/linux_config.xml:1.6	Tue Mar 18 17:46:04 2003
+++ Packages/TestScripts/linux_config.xml	Thu May  8 12:39:34 2003
@@ -26,15 +26,13 @@
     </environment>
     <build>
       <location>Zope</location>
-      <command>configure</command>
-      <options></options>
+      <command>./configure</command>
+      <options>--with-python=/usr/local/bin/python2.2</options>
     </build>
     <build>
-      <!-- "make" tells the user what to do next -->
-      <!-- "make build" is silent -->
       <location>Zope</location>
       <command>make</command>
-      <options>build</options>
+      <options>testinst</options>
     </build>
     <test>
      <location>Zope</location>
@@ -49,6 +47,7 @@
     </module>
   </scenario>
 
+
   <scenario>
     CMF
     <python>python21</python>
@@ -60,7 +59,7 @@
     <build>
      <location>Zope</location>
      <script>setup.py</script>
-     <options>build_ext --inplace</options>
+     <options>build_ext -i</options>
     </build>
     <test>
      <location>Zope/lib/python/Products</location>
@@ -91,7 +90,7 @@
     <build>
      <location>Zope</location>
      <script>setup.py</script>
-     <options>build_ext --inplace</options>
+     <options>build_ext -i</options>
     </build>
     <test>
      <location>Zope</location>
@@ -104,7 +103,7 @@
      <tag>Zope-2_6-branch</tag>
      <location></location>
     </module>
-  </scenario>
+  </scenario> 
 
   <scenario>
      Zope 3 
@@ -113,7 +112,7 @@
     <build>
      <location>Zope3</location>
      <script>setup.py</script>
-     <options>build_ext --inplace</options>
+     <options>build_ext -i</options>
     </build>
     <test>
      <location>Zope3</location>
@@ -127,6 +126,4 @@
      <location></location>
     </module>
   </scenario>
-
 </TestSuite>
-