blob: 37125bcc1d6a4bfd78e820a72988f10eb546e789 [file] [log] [blame]
#!/bin/bash
if readlink $0 > /dev/null
then
SCRIPTDIR=$(dirname $(readlink $0))
else
pushd $(dirname $0) > /dev/null
SCRIPTDIR=$(pwd -P)
popd > /dev/null
fi
python -B "$SCRIPTDIR/pytest.py" $@