patroni/debian/tests/acceptance

10 lines
154 B
Bash
Executable file

#!/bin/sh
set -e
PG_VERSION=$(/usr/share/postgresql-common/supported-versions default)
export PATH=/usr/lib/postgresql/${PG_VERSION}/bin:$PATH
behave