[Zope-CVS] CVS: Packages/TestScripts - config.xml:1.2

Chris Withers chrisw@nipltd.com
Thu, 7 Mar 2002 14:44:16 -0500


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

Modified Files:
	config.xml 
Log Message:
A more useful sampel config ;-)

=== Packages/TestScripts/config.xml 1.1 => 1.2 ===
   <email>
     <from>zope-tests@squishdot.org</from>
-    <subject>Win32 Zope Test Results</subject>
+    <subject>Win32 Test Results</subject>
     <smtp>smtp.nipltd.com</smtp>
   </email>
 
@@ -20,7 +20,7 @@
   <scenario>
     <!-- Zope HEAD + CMF HEAD -->
     <python>python21</python>
-    <email>chrisw@nipltd.com</email>
+    <email>zope-coders@zope.org</email>
     <build>
      <location>Zope</location>
      <command>Utilities/ExtensionBuilder.py</command>
@@ -37,9 +37,53 @@
      <tag>HEAD</tag>
      <location></location>
     </module>
-    <modulegroup>cmf</modulegroup>
+    <modulegroup>cmf_head</modulegroup>
   </scenario>
 
+  <scenario>
+    <!-- Zope 2.5 branch -->
+    <python>python21</python>
+    <email>zope-coders@zope.org</email>
+    <build>
+     <location>Zope</location>
+     <command>Utilities/ExtensionBuilder.py</command>
+     <options>-z</options>
+    </build>
+    <test>
+     <location>Zope</location>
+     <command>Utilities/testrunner.py</command>
+     <options>-v 0 -a</options>
+    </test>
+    <module>
+     <name>Zope</name>
+     <rename>Zope</rename>
+     <tag>Zope-2_5-branch</tag>
+     <location></location>
+    </module>
+  </scenario>
+
+<!--  <scenario>
+     Zope 3 
+    <python>python22</python>
+    <email>zope3-dev@zope.org</email>
+    <build>
+     <location>Zope3</location>
+     <command>stupid_build.py</command>
+     <options></options>
+    </build>
+    <test>
+     <location>Zope3</location>
+     <command>test.py</command>
+     <options></options>
+    </test>
+    <module>
+     <name>Zope3</name>
+     <rename>Zope3</rename>
+     <tag>Zope-3x-branch</tag>
+     <location></location>
+    </module>
+  </scenario>
+-->
   <modulegroups>
    <cmf_head>
     <module>
@@ -96,7 +140,8 @@
      <tag>HEAD</tag>
      <location>Zope/lib/python/Products</location>
     </module>
-   </cmf>
+   </cmf_head>
   </modulegroups>
     
 </TestSuite>
+