Run first basic replication test only.

This commit is contained in:
Christoph Berg 2018-06-04 23:06:49 +02:00
parent 923eb10e44
commit 9741f0a4fe
2 changed files with 2 additions and 1 deletions

1
debian/changelog vendored
View file

@ -2,6 +2,7 @@ patroni (1.4.4-1) UNRELEASED; urgency=medium
* Team upload.
* New upstream version.
* Run first basic replication test only.
-- Christoph Berg <myon@debian.org> Sat, 02 Jun 2018 11:13:44 +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"
$SU "DCS=$DCS PATH=/usr/lib/postgresql/$(basename ${PG_VERSION})/bin:$PATH behave -i 'basic_replication' --name 'single table'"
done