taler-deployment

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

commit bdc8d294a8556824b8f29c02fa11a96fd9087c5d
parent 6eae813eea745b70ac54faee199cf5e8ec98ef71
Author: Florian Dold <florian.dold@gmail.com>
Date:   Tue,  7 Jun 2016 17:16:14 +0200

respect test db for merchant checks

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

diff --git a/taler-build/update_exchange.sh b/taler-build/update_exchange.sh @@ -18,4 +18,4 @@ git reset --hard FETCH_HEAD --enable-logging=verbose make make install -TALER_EXCHANGEDB_POSTGRES_CONFIG=$TALER_CHECKDB make check +TALER_MERCHANTDB_POSTGRES_CONFIG=$TALER_CHECKDB make check