summaryrefslogtreecommitdiff
path: root/taler-build
diff options
context:
space:
mode:
authorMarcello Stanisci <marcello.stanisci@inria.fr>2017-04-21 15:33:46 +0200
committerMarcello Stanisci <marcello.stanisci@inria.fr>2017-04-21 15:34:13 +0200
commit0d63d56577e5ffdbf8e41e829a714191d1ee6d80 (patch)
treeef54ed7cc313115eb4b9ebe8fd68e887f688ff54 /taler-build
parent912677e758038cf513ac4dccccb1f016a7602add (diff)
downloaddeployment-0d63d56577e5ffdbf8e41e829a714191d1ee6d80.tar.gz
deployment-0d63d56577e5ffdbf8e41e829a714191d1ee6d80.tar.bz2
deployment-0d63d56577e5ffdbf8e41e829a714191d1ee6d80.zip
debuggin exchange check
Diffstat (limited to 'taler-build')
-rwxr-xr-xtaler-build/update_exchange.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/taler-build/update_exchange.sh b/taler-build/update_exchange.sh
index 8a5201d..2956ba8 100755
--- 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