* debian/tests/acceptance: Dump patroni logfiles in case of failure.

This commit is contained in:
Michael Banck 2017-09-23 10:32:14 +02:00
parent 06e5cbc5f3
commit b4ce563666

View file

@ -21,4 +21,4 @@ else
SU='bash -c'
fi
$SU "export PATH; behave"
$SU "export PATH; behave || cat features/output/*/patroni_postgres*.log"