Files
freeipa/make-test
T

7 lines
153 B
Bash
Raw Normal View History

2017-01-03 18:04:53 +01:00
#!/bin/bash
2014-10-10 17:15:52 +02:00
set -ex
2017-01-03 18:04:53 +01:00
SCRIPTDIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
PYTHONPATH=$SCRIPTDIR:$PYTHONPATH py.test --confcutdir="$SCRIPTDIR" "$@"