donau

Donation authority for GNU Taler (experimental)
Log | Files | Refs | Submodules | README | LICENSE

commit 729f837ffd58251fe11fae6654398b76076875af
parent 3ba1dd874bc4a519946e074f48fd378df0e9b0d4
Author: Christian Grothoff <christian@grothoff.org>
Date:   Mon, 22 Dec 2025 21:12:06 +0100

bump docs

Diffstat:
Mci/jobs/2-test/test.sh | 5++++-
1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/ci/jobs/2-test/test.sh b/ci/jobs/2-test/test.sh @@ -8,7 +8,10 @@ set -evu make make install -sudo -u postgres /usr/lib/postgresql/15/bin/postgres -D /etc/postgresql/15/main -h localhost -p 5432 & +PG_BIN="$(pg_config --bindir)" +PG_ETC="$(pg_config --sharedir | sed 's|/share/postgresql|/etc/postgresql|") +sudo -u postgres "${PG_BIN}/postgres" -D ${PG_ETC}/main -h localhost -p 5432 & + sleep 10 sudo -u postgres createuser -p 5432 root sudo -u postgres createdb -p 5432 -O root donaucheck