summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtaler-build/update_exchange.sh2
-rwxr-xr-xtaler-build/update_merchant.sh3
2 files changed, 5 insertions, 0 deletions
diff --git a/taler-build/update_exchange.sh b/taler-build/update_exchange.sh
index ecbb81d..1449c2b 100755
--- a/taler-build/update_exchange.sh
+++ b/taler-build/update_exchange.sh
@@ -30,6 +30,8 @@ fi
make install -j4
+TALER_CHECKDB=${TALER_CHECKDB:-postgres:///talercheck}
+
if test ${1:-notgiven} = "--coverage"; then
TOP=$(pwd)
mkdir -p doc/coverage/
diff --git a/taler-build/update_merchant.sh b/taler-build/update_merchant.sh
index fe62ed4..ed6cc00 100755
--- a/taler-build/update_merchant.sh
+++ b/taler-build/update_merchant.sh
@@ -37,6 +37,9 @@ fi
make
make install
+
+TALER_CHECKDB=${TALER_CHECKDB:-postgres:///talercheck}
+
if test ${1:-notgiven} = "--coverage"; then
TOP=$(pwd)
mkdir -p doc/coverage/