Codebase list python-magic-ahupp / run/d7f59296-6210-47af-8c53-3a9b7860eac2/main test / run.sh
run/d7f59296-6210-47af-8c53-3a9b7860eac2/main

Tree @run/d7f59296-6210-47af-8c53-3a9b7860eac2/main (Download .tar.gz)

run.sh @run/d7f59296-6210-47af-8c53-3a9b7860eac2/mainraw · history · blame

#!/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