taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

commit 7b594a173bcb3e0a140a1c8d0eb1683551fa5b8a
parent 0a654b7ed6716522a405f98a878abff989b816d8
Author: Christian Grothoff <christian@grothoff.org>
Date:   Mon, 24 Feb 2020 12:00:30 +0100

fix DB launch logic

Diffstat:
Mbuildbot/coverage.sh | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/buildbot/coverage.sh b/buildbot/coverage.sh @@ -12,11 +12,10 @@ TMP_DB_DIR=`mktemp -d tmpXXXXXX` $PG_DIR/initdb -D $TMP_DB_DIR/ -A trust export PGPORT=5432 export PGHOST=localhost -export PGOPTIONS="-c unix_socket_directories='$HOME'" +$PG_DIR/pg_ctl -D $TMP_DB_DIR/ -o "-c unix_socket_directories=$HOME" -l logfile start $PG_DIR/createdb talercheck $PG_DIR/createdb synccheck $PG_DIR/createdb anastasischeck -$PG_DIR/pg_ctl -D $TMP_DB_DIR/ -o "-c unix_socket_directories=$HOME" -l logfile start for codebase in merchant exchange sync ; do