summaryrefslogtreecommitdiff
path: root/taler-build
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2016-06-07 17:13:41 +0200
committerFlorian Dold <florian.dold@gmail.com>2016-06-07 17:13:41 +0200
commit6eae813eea745b70ac54faee199cf5e8ec98ef71 (patch)
tree3e9f5c5bf5475d51952d4bbdfa01960f1590e2e6 /taler-build
parent0d515ef001b0e30be9fe0de8c31e4ba777713e89 (diff)
downloaddeployment-6eae813eea745b70ac54faee199cf5e8ec98ef71.tar.gz
deployment-6eae813eea745b70ac54faee199cf5e8ec98ef71.tar.bz2
deployment-6eae813eea745b70ac54faee199cf5e8ec98ef71.zip
respect test db for merchant checks
Diffstat (limited to 'taler-build')
-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 1b9fbf0..2863ef5 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
-make check
+TALER_EXCHANGEDB_POSTGRES_CONFIG=$TALER_CHECKDB make check