patroni/debian/tests/test
2018-02-06 12:37:22 +01:00

12 lines
142 B
Bash
Executable file

#!/bin/sh
set -e
export LC_ALL=C.UTF-8
export LANG=C.UTF-8
# clean up afterwards
trap 'rm -f /tmp/pgpass?' 0 2 3 15
python3 setup.py test