Commit 6e3882e1 authored by Yoshinori Okuji's avatar Yoshinori Okuji

Make the user a variable and change the directory explicitly.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@237 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 74f87a47
export INSTANCE_HOME=/home/jp/zope
export INSTANCE_HOME=/home/$USER/zope
export SOFTWARE_HOME=/usr/lib/zope/lib/python/
dir="`dirname $0`"
if test -n "$dir"; then
cd $dir
fi
python runalltests.py
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment