#!/bin/sh
set -e -u
export PYTHONWARNINGS=d
cd "$ADTTMP"
# Stop the test suite from deleting the containing directory by putting a file
# in it. See http://bugs.locamotion.org/show_bug.cgi?id=3175
touch translate-toolkit-likes-deleting-directories
/usr/bin/py.test -rsx /usr/lib/python2.7/dist-packages/translate 2>&1
