commit 402ffa48dbb4064028e275b6ca417d2779c2adad parent a106be60aa7de2e48e94c89b68b86a66d91c8639 Author: Marcello Stanisci <stanisci.m@gmail.com> Date: Wed, 5 Jun 2019 19:41:51 +0200 db. fail test if env's TALER_CHECKDB isn't defined. Diffstat:
| M | taler-build/update_exchange.sh | | | 2 | +- |
| M | taler-build/update_merchant.sh | | | 2 | +- |
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git 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) diff --git a/taler-build/update_merchant.sh b/taler-build/update_merchant.sh @@ -38,7 +38,7 @@ fi make make install -TALER_CHECKDB=${TALER_CHECKDB:-postgres:///talercheck} +TALER_CHECKDB=${TALER_CHECKDB:-postgres:///WILLFAIL} if test ${1:-notgiven} = "--coverage"; then TOP=$(pwd)