summaryrefslogtreecommitdiff
path: root/test/run.sh
blob: 2764e1516257b4678df3cb0a0e39ed1d007a84fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/sh


# ensure we can use unicode filenames in the test
export LC_ALL=en_US.UTF-8
THISDIR=`dirname $0`
export PYTHONPATH=${THISDIR}/..

echo "python2.6"
python2.6 ${THISDIR}/test.py
echo "python2.7"
python2.7 ${THISDIR}/test.py
echo "python3.0"
python3 ${THISDIR}/test.py