summaryrefslogtreecommitdiff
path: root/taler-build/update_exchange.sh
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2019-06-05 19:41:51 +0200
committerMarcello Stanisci <stanisci.m@gmail.com>2019-06-05 19:41:51 +0200
commit402ffa48dbb4064028e275b6ca417d2779c2adad (patch)
tree5b37ff74aca0bad21064159575aa22b22c2e2c2e /taler-build/update_exchange.sh
parenta106be60aa7de2e48e94c89b68b86a66d91c8639 (diff)
downloaddeployment-402ffa48dbb4064028e275b6ca417d2779c2adad.tar.gz
deployment-402ffa48dbb4064028e275b6ca417d2779c2adad.tar.bz2
deployment-402ffa48dbb4064028e275b6ca417d2779c2adad.zip
db.
fail test if env's TALER_CHECKDB isn't defined.
Diffstat (limited to 'taler-build/update_exchange.sh')
-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 d7e068f..9a37bdc 100755
--- a/taler-build/update_exchange.sh
+++ b/taler-build/update_exchange.sh
@@ -32,7 +32,7 @@ fi
make install -j4
-TALER_CHECKDB=${TALER_CHECKDB:-postgres:///talercheck}
+TALER_CHECKDB=${TALER_CHECKDB:-postgres:///WILLFAIL}
if test ${1:-notgiven} = "--coverage"; then
TOP=$(pwd)