[Zope-CVS] CVS: Packages/TestScripts - newinstallbranch.xml:1.1

Fred L. Drake, Jr. fred@zope.com
Wed, 26 Feb 2003 17:26:39 -0500


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

Added Files:
	newinstallbranch.xml 
Log Message:
Test support for the new-install-branch code.

=== Added File Packages/TestScripts/newinstallbranch.xml ===
<TestSuite>

  <sandbox>/home/fdrake/projects/Zope/autotests/sandbox</sandbox>
  <email>
    <from>fred@zope.com</from>
    <subject>Linux Test Results</subject>
    <smtp>smtp.zope.com</smtp>
  </email>

  <cvs>
    <root>:pserver:anonymous@cvs.zope.org:/cvs-repository</root>
    <command>cvs -f -Q</command>
  </cvs>

  <python>
    <python21>/usr/local/bin/python2.1</python21>
    <python22>/usr/local/bin/python2.2</python22>
    <python23>/usr/local/bin/python2.3</python23>
  </python>

  <scenario>
    Zope new-install-branch
    <python>python22</python>
    <email>fred@zope.com</email>
    <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>
      <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>
    </build>
    <test>
      <!-- ...and this should be "make test". -->
      <location>Zope</location>
      <command>utilities/testrunner.py</command>
      <options>-v0 -d lib/python</options>
    </test>
    <module>
      <name>Zope</name>
      <rename>Zope</rename>
      <tag>new-install-branch -f</tag>
      <location></location>
    </module>
  </scenario>

</TestSuite>