summaryrefslogtreecommitdiff
path: root/test/run.sh
blob: 8c687cb567f4f43c4fecbb17e48800d183780c79 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/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.7"
python2.7 ${THISDIR}/test.py
echo "python3.0"
python3 ${THISDIR}/test.py