[Zope-CVS] CVS: Packages/TestScripts - windows_config.xml:1.5
Chris Withers
chrisw@nipltd.com
Mon, 12 May 2003 07:03:00 -0400
Update of /cvs-repository/Packages/TestScripts
In directory cvs.zope.org:/tmp/cvs-serv9608/TestScripts
Modified Files:
windows_config.xml
Log Message:
Various tweaks. Mainly to get Zope HEAD working with new install & build stuff.
=== Packages/TestScripts/windows_config.xml 1.4 => 1.5 ===
--- Packages/TestScripts/windows_config.xml:1.4 Fri Mar 7 14:23:42 2003
+++ Packages/TestScripts/windows_config.xml Mon May 12 07:02:59 2003
@@ -17,21 +17,23 @@
<python22>c:\python22\python</python22>
</python>
- <scenario>
+ <scenario>
Zope HEAD
<python>python22</python>
<email>zope-coders@zope.org</email>
- <environment>
- <Z_DEBUG_MODE>1</Z_DEBUG_MODE>
- </environment>
<build>
- <location>Zope</location>
- <script>setup.py</script>
- <options>build_ext -i</options>
+ <location>Zope</location>
+ <command>configure</command>
+ <options></options>
+ </build>
+ <build>
+ <location>Zope</location>
+ <command>nmake</command>
+ <options>testinst</options>
</build>
<test>
<location>Zope</location>
- <script>utilities/testrunner.py</script>
+ <command>utilities\testrunner.py</command>
<options>-v 0 -a</options>
</test>
<module>
@@ -43,22 +45,18 @@
</scenario>
<scenario>
- CMF
+ Zope 2.6 branch
<python>python21</python>
- <email>zope-cmf@zope.org</email>
- <environment>
- <Z_DEBUG_MODE>1</Z_DEBUG_MODE>
- <PYTHONPATH>D:\ZopeTests\sandbox\Zope;D:\ZopeTests\sandbox\Zope\lib\python;</PYTHONPATH>
- </environment>
+ <email>zope-coders@zope.org</email>
<build>
<location>Zope</location>
- <script>setup.py</script>
+ <command>setup.py</command>
<options>build_ext -i</options>
</build>
<test>
- <location>Zope/lib/python/Products</location>
- <script>all_cmf_tests.py</script>
- <options></options>
+ <location>Zope</location>
+ <command>utilities\testrunner.py</command>
+ <options>-v 0 -a</options>
</test>
<module>
<name>Zope</name>
@@ -66,30 +64,25 @@
<tag>Zope-2_6-branch</tag>
<location></location>
</module>
- <module>
- <name>CMF</name>
- <rename>Products</rename>
- <tag>HEAD</tag>
- <location>Zope/lib/python</location>
- </module>
</scenario>
<scenario>
- Zope 2.6 branch
+ CMF
<python>python21</python>
- <email>zope-coders@zope.org</email>
+ <email>zope-cmf@zope.org</email>
<environment>
<Z_DEBUG_MODE>1</Z_DEBUG_MODE>
+ <PYTHONPATH>D:\ZopeTests\sandbox\Zope;D:\ZopeTests\sandbox\Zope\lib\python;</PYTHONPATH>
</environment>
<build>
<location>Zope</location>
- <script>setup.py</script>
+ <command>setup.py</command>
<options>build_ext -i</options>
</build>
<test>
- <location>Zope</location>
- <script>utilities/testrunner.py</script>
- <options>-v 0 -a</options>
+ <location>Zope/lib/python/Products</location>
+ <command>all_cmf_tests.py</command>
+ <options>-q</options>
</test>
<module>
<name>Zope</name>
@@ -97,20 +90,26 @@
<tag>Zope-2_6-branch</tag>
<location></location>
</module>
+ <module>
+ <name>CMF</name>
+ <rename>Products</rename>
+ <tag>HEAD</tag>
+ <location>Zope/lib/python</location>
+ </module>
</scenario>
<scenario>
- Zope 3
+ Zope 3
<python>python22</python>
<email>zope3-dev@zope.org</email>
<build>
<location>Zope3</location>
- <script>setup.py</script>
+ <command>setup.py</command>
<options>build_ext -i</options>
</build>
<test>
<location>Zope3</location>
- <script>test.py</script>
+ <command>test.py</command>
<options></options>
</test>
<module>