[Zope3-dev] Zope 3 tests on other platforms

Chris Withers chrisw@nipltd.com
Thu, 17 Oct 2002 10:04:18 +0100


Tim Hoffman wrote:
> Hi Chris
> 
> Yeah, that would be great,

1. Checkout this module from CVS:
    http://cvs.zope.org/Packages/TestScripts/

2. Write a script to run autotester.py, my one for Linux looks like:
    python /stuff/chrisw/Packages/TestScripts/autotester.py \
           /stuff/chrisw/Packages/TestScripts/config.xml

3. Create a sandbox. This is just an empty folder. It'll be deleted
    and recreated for each test run but must exist initially.

4. Place with config.xml to your heart's content. It should all be
    straightforward, but if anything doesn't make sense, just ask.
    (I'll send you my current Windows config.xml off list)

5. Put in a cron job to run the script that runs autotester.py as often as you
    want :-)

cheers,

Chris