Cleanup debug output from debian/tests/acceptance

This commit is contained in:
Michael Banck 2017-09-29 15:13:21 +02:00
parent 638eb126d7
commit 3049bb02d6

View file

@ -6,7 +6,6 @@ export LC_ALL=C.UTF-8
export LANG=C.UTF-8
for PG_VERSION in /usr/lib/postgresql/*; do
export PATH=/usr/lib/postgresql/$(basename ${PG_VERSION})/bin:$PATH
export PATRONI_POSTGRESQL_BIN_DIR=/usr/lib/postgresql/$(basename ${PG_VERSION})/bin
done
@ -20,4 +19,4 @@ else
SU='bash -c'
fi
$SU "export PATH PATRONI_POSTGRESQL_BIN_DIR; echo PATH: $PATH; echo -n pg_ctl:; which pg_ctl; echo .; ls /usr/lib/postgresql/*/bin/; behave"
$SU "export PATRONI_POSTGRESQL_BIN_DIR; behave"