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

Fred L. Drake, Jr. fred@zope.com
Wed, 26 Feb 2003 12:07:46 -0500


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

Modified Files:
	linux_config.xml 
Log Message:
Make some command-line options more readable.


=== Packages/TestScripts/linux_config.xml 1.3 => 1.4 ===
--- Packages/TestScripts/linux_config.xml:1.3	Thu Jan  2 09:39:04 2003
+++ Packages/TestScripts/linux_config.xml	Wed Feb 26 12:07:46 2003
@@ -27,7 +27,7 @@
     <build>
      <location>Zope</location>
      <command>setup.py</command>
-     <options>build_ext -i</options>
+     <options>build_ext --inplace</options>
     </build>
     <test>
      <location>Zope</location>
@@ -53,7 +53,7 @@
     <build>
      <location>Zope</location>
      <command>setup.py</command>
-     <options>build_ext -i</options>
+     <options>build_ext --inplace</options>
     </build>
     <test>
      <location>Zope/lib/python/Products</location>
@@ -84,7 +84,7 @@
     <build>
      <location>Zope</location>
      <command>setup.py</command>
-     <options>build_ext -i</options>
+     <options>build_ext --inplace</options>
     </build>
     <test>
      <location>Zope</location>
@@ -106,7 +106,7 @@
     <build>
      <location>Zope3</location>
      <command>setup.py</command>
-     <options>build_ext -i</options>
+     <options>build_ext --inplace</options>
     </build>
     <test>
      <location>Zope3</location>