summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtaler-build/update_bank.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/taler-build/update_bank.sh b/taler-build/update_bank.sh
index 09681d7..4caaf66 100755
--- a/taler-build/update_bank.sh
+++ b/taler-build/update_bank.sh
@@ -10,6 +10,8 @@ git fetch
branch=$(git rev-parse --abbrev-ref --symbolic-full-name @{u} 2>/dev/null || echo HEAD)
git reset --hard "$branch"
+TALER_CHECKDB=${TALER_CHECKDB:-postgres:///talercheck}
+
./bootstrap
./configure --prefix="$HOME/local"
TALER_BANK_ALTDB=$TALER_CHECKDB make install check