commit 70347772b0b21b0e4683b6236fa994c751010fb4 parent 26bda16489cb564242e9b7cf0ed63019137cc8a6 Author: Florian Dold <florian.dold@gmail.com> Date: Mon, 21 Nov 2016 16:52:26 +0100 set exchange db env for merchant test (correctly this time) Diffstat:
| M | taler-build/update_merchant.sh | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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