summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2016-11-21 16:52:26 +0100
committerFlorian Dold <florian.dold@gmail.com>2016-11-21 16:52:26 +0100
commit70347772b0b21b0e4683b6236fa994c751010fb4 (patch)
tree8bd4069218e10ae0e7068fa83c035c6440d0e05b
parent26bda16489cb564242e9b7cf0ed63019137cc8a6 (diff)
downloaddeployment-70347772b0b21b0e4683b6236fa994c751010fb4.tar.gz
deployment-70347772b0b21b0e4683b6236fa994c751010fb4.tar.bz2
deployment-70347772b0b21b0e4683b6236fa994c751010fb4.zip
set exchange db env for merchant test (correctly this time)
-rwxr-xr-xtaler-build/update_merchant.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/taler-build/update_merchant.sh b/taler-build/update_merchant.sh
index 81b3ad8..ad5832c 100755
--- a/taler-build/update_merchant.sh
+++ b/taler-build/update_merchant.sh
@@ -20,4 +20,4 @@ git submodule update --init
--enable-logging=verbose
make
make install
-TALER_MERCHANTDB_POSTGRES_CONFIG=$TALER_CHECKDB TALER_MERCHANTDB_POSTGRES_CONFIG=$TALER_CHECKDB make check
+TALER_MERCHANTDB_POSTGRES_CONFIG=$TALER_CHECKDB TALER_EXCHANGEDB_POSTGRES_CONFIG=$TALER_CHECKDB make check