[Zope-CVS] CVS: Packages/TestScripts - newinstallbranch.xml:1.2
Fred L. Drake, Jr.
fred@zope.com
Fri, 7 Mar 2003 14:25:20 -0500
Update of /cvs-repository/Packages/TestScripts
In directory cvs.zope.org:/tmp/cvs-serv12549
Modified Files:
newinstallbranch.xml
Log Message:
- rename <command> to <script>, since it always runs a Python script
- use the recommended way to build the new-install-branch now that we
can
=== Packages/TestScripts/newinstallbranch.xml 1.1 => 1.2 ===
--- Packages/TestScripts/newinstallbranch.xml:1.1 Wed Feb 26 17:26:38 2003
+++ Packages/TestScripts/newinstallbranch.xml Fri Mar 7 14:25:05 2003
@@ -25,28 +25,21 @@
<environment>
<Z_DEBUG_MODE>1</Z_DEBUG_MODE>
</environment>
- <!-- This would be preferred, if non-Python commands worked.
<build>
<location>Zope</location>
<command>configure</command>
<options></options>
</build>
<build>
+ <!-- "make" tells the user what to do next -->
+ <!-- "make build" is silent -->
<location>Zope</location>
<command>make</command>
- <options></options>
- </build>
- -->
- <!-- This works for the moment. -->
- <build>
- <location>Zope</location>
- <command>setup.py</command>
- <options>build_ext --inplace</options>
+ <options>build</options>
</build>
<test>
- <!-- ...and this should be "make test". -->
<location>Zope</location>
- <command>utilities/testrunner.py</command>
+ <script>utilities/testrunner.py</script>
<options>-v0 -d lib/python</options>
</test>
<module>