runtests.sh.example 382 Bytes
Newer Older
Yusei Tahara's avatar
Yusei Tahara committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
#!/bin/bash
#
# example test runner shell script
#

# full path to the python interpretor
export PYTHON="/usr/local/bin/python2.3"

# path to ZOPE_HOME/lib/python
export SOFTWARE_HOME="/opt/zope/releases/Zope-2_7-branch/lib/python"


# path to your instance. Don't set it if you aren't having  instance
export INSTANCE_HOME="/opt/zope/instances/plone21/"


${PYTHON} runalltests.py