diff --git a/product/ERP5/tests/run_test_example.sh b/product/ERP5/tests/run_test_example.sh new file mode 100755 index 0000000000000000000000000000000000000000..deb684687fdfd67aa7b90f7d36343eb92311190e --- /dev/null +++ b/product/ERP5/tests/run_test_example.sh @@ -0,0 +1,10 @@ +export INSTANCE_HOME=/home/$USER/zope +export SOFTWARE_HOME=/usr/lib/zope/lib/python/ +export COPY_OF_INSTANCE_HOME=$INSTANCE_HOME +export COPY_OF_SOFTWARE_HOME=$SOFTWARE_HOME + +dir="`dirname $0`" +if test -n "$dir"; then + cd $dir +fi +python runalltests.py