#!/bin/bash## example test runner shell script## full path to the python interpretorexport PYTHON="/usr/local/bin/python2.3"# path to ZOPE_HOME/lib/pythonexport SOFTWARE_HOME="/opt/zope/releases/Zope-2_7-branch/lib/python"# path to your instance. Don't set it if you aren't having instanceexport INSTANCE_HOME="/opt/zope/instances/plone21/"${PYTHON} runalltests.py