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

set -e

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

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