patroni/debian/tests/test

12 lines
142 B
Plaintext
Raw Normal View History

2017-09-15 10:15:48 +02:00
#!/bin/sh
set -e
export LC_ALL=C.UTF-8
export LANG=C.UTF-8
2018-02-06 11:41:42 +01:00
# clean up afterwards
trap 'rm -f /tmp/pgpass?' 0 2 3 15
2017-09-15 10:15:48 +02:00
python3 setup.py test