[Zope3-checkins] CVS: Packages/ZConfig/tests - runtests.bat:1.1

Fred L. Drake, Jr. fred@zope.com
Mon, 24 Mar 2003 22:38:47 -0500


Update of /cvs-repository/Packages/ZConfig/tests
In directory cvs.zope.org:/tmp/cvs-serv14409

Added Files:
	runtests.bat 
Log Message:
Convenience batch file to run the tests with several versions of Python on
Windows.  This will need to be modified for each system it's used on since
it hardcodes the paths to various versions of Python.
(This is mostly for my own convenience.)


=== Added File Packages/ZConfig/tests/runtests.bat ===
@echo off

rem  Simple script to run the tests on Windows.

rem  The paths to different versions of Python need to be
rem  edited for the system this is being run on; comment
rem  out lines that aren't needed or wanted.

\Python213\python runtests.py
\Python221\python runtests.py
\Python222\python runtests.py
\Python230\python runtests.py