summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2019-04-11 15:54:28 +0200
committerMarcello Stanisci <stanisci.m@gmail.com>2019-04-11 15:54:28 +0200
commit51dd50242cd2310a07f67497c659a651784a4ed6 (patch)
tree2fbc2a078d4ed4bd0018019cb50564ba38bcb99d
parentc069a6aa882d13c20eb94326a43105e49dbcafd3 (diff)
downloaddeployment-51dd50242cd2310a07f67497c659a651784a4ed6.tar.gz
deployment-51dd50242cd2310a07f67497c659a651784a4ed6.tar.bz2
deployment-51dd50242cd2310a07f67497c659a651784a4ed6.zip
Give default checkdb.
-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/