taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

commit f6a5e647a728487d3603e23856d2e1202344309a
parent 5256240cc7517f49dfaa5902edb79bcd55d382a6
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date:   Mon, 19 Dec 2016 11:52:10 +0100

Fix (?) make check for lcov

Diffstat:
Mtaler-build/update_merchant.sh | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/taler-build/update_merchant.sh b/taler-build/update_merchant.sh @@ -35,7 +35,8 @@ make install TALER_MERCHANTDB_POSTGRES_CONFIG=$TALER_CHECKDB TALER_EXCHANGEDB_POSTGRES_CONFIG=$TALER_CHECKDB make check if test "$1" = "--coverage"; then - TOP=$(pwd) +TALER_MERCHANTDB_POSTGRES_CONFIG=$TALER_CHECKDB TALER_EXCHANGEDB_POSTGRES_CONFIG=$TALER_CHECKDB make check || exit 1 +TOP=$(pwd) mkdir -p doc/coverage/ lcov -d $TOP -z lcov -d $TOP -c --no-external -o doc/coverage/coverage.info