summaryrefslogtreecommitdiff
path: root/taler-build
diff options
context:
space:
mode:
authorMarcello Stanisci <marcello.stanisci@inria.fr>2016-11-07 17:19:29 +0100
committerMarcello Stanisci <marcello.stanisci@inria.fr>2016-11-07 17:19:29 +0100
commitd8db6e12dab7773544e6f0d57a720a7cf37055da (patch)
treee0821f405de8b5c1f8ee5552cb9595b818d113c2 /taler-build
parente1862c007cafea5aeed4a3326c762dc27dc85222 (diff)
downloaddeployment-d8db6e12dab7773544e6f0d57a720a7cf37055da.tar.gz
deployment-d8db6e12dab7773544e6f0d57a720a7cf37055da.tar.bz2
deployment-d8db6e12dab7773544e6f0d57a720a7cf37055da.zip
auditor db passed in env variable
Diffstat (limited to 'taler-build')
-rwxr-xr-xtaler-build/update_exchange.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/taler-build/update_exchange.sh b/taler-build/update_exchange.sh
index b2544ba..b9c48b9 100755
--- 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_EXCHANGEDB_POSTGRES_CONFIG=$TALER_CHECKDB TALER_AUDITORDB_POSTGRES_CONFIG=$TALER_CHECKDB make check