* debian/tests/acceptance: Run all tests again.

This commit is contained in:
Michael Banck 2018-09-22 13:56:54 +02:00
parent e7ec4fc0e8
commit af75147b58
2 changed files with 3 additions and 2 deletions

3
debian/changelog vendored
View file

@ -1,6 +1,7 @@
patroni (1.5.0-2) UNRELEASED; urgency=medium
*
[ Michael Banck ]
* debian/tests/acceptance: Run all tests again.
-- Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org> Fri, 21 Sep 2018 11:42:04 +0200

View file

@ -28,5 +28,5 @@ trap 'rm -f /tmp/pgpass?; if [ $(id -u) -eq 0 ] && [ -x /etc/init.d/zookeeper ];
set -x
for PG_VERSION in /usr/lib/postgresql/*; do
$SU "DCS=$DCS PATH=/usr/lib/postgresql/$(basename ${PG_VERSION})/bin:$PATH behave -i 'basic_replication' --name 'single table'"
$SU "DCS=$DCS PATH=/usr/lib/postgresql/$(basename ${PG_VERSION})/bin:$PATH behave"
done