taler-deployment

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

commit 0d63d56577e5ffdbf8e41e829a714191d1ee6d80
parent 912677e758038cf513ac4dccccb1f016a7602add
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date:   Fri, 21 Apr 2017 15:33:46 +0200

debuggin exchange check

Diffstat:
Mtaler-build/update_exchange.sh | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/taler-build/update_exchange.sh b/taler-build/update_exchange.sh @@ -39,5 +39,6 @@ TOP=$(pwd) genhtml -o doc/coverage doc/coverage/rcoverage.info chmod a+rx -R doc/ else + echo "checkdb: $TALER_CHECKDB" TALER_AUDITORDB_POSTGRES_CONFIG=$TALER_CHECKDB TALER_EXCHANGEDB_POSTGRES_CONFIG=$TALER_CHECKDB make check fi