source: products/geolocation/trunk/tests/runtests.sh

Last change on this file was 1, checked in by myroslav, 18 years ago

Building directory structure

  • Property svn:eol-style set to native
  • Property svn:executable set to *
File size: 379 bytes
Line 
1#!/bin/bash
2#
3# example test runner shell script
4#
5
6# full path to the python interpretor
7export PYTHON="/home/piv/python-2.4.3/bin/python"
8
9# path to ZOPE_HOME/lib/python
10export SOFTWARE_HOME="/data/piv/work/zope-2.9.3/lib/python"
11
12
13# path to your instance. Don't set it if you aren't having  instance
14export INSTANCE_HOME="/home/piv/zinstances/maps/"
15
16${PYTHON} runalltests.py
Note: See TracBrowser for help on using the repository browser.