taler-deployment

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

commit 6bdf82dc882777bff1643605ef078a3f2a2b9cb4
parent 6c3b97b1a5f75e6abfb0822251daa3b9166970fb
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date:   Tue, 20 Dec 2016 11:05:19 +0100

Remove comment

Diffstat:
Mtaler-build/update_exchange.sh | 2--
Mtaler-build/update_merchant.sh | 2--
2 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/taler-build/update_exchange.sh b/taler-build/update_exchange.sh @@ -33,8 +33,6 @@ if test ${1:-notgiven} = "--coverage"; then TOP=$(pwd) mkdir -p doc/coverage/ lcov -d $TOP -z - # the 'exit 1' seems mandatory for the next commands to work. Where is that - # documented? TALER_AUDITORDB_POSTGRES_CONFIG=$TALER_CHECKDB TALER_EXCHANGEDB_POSTGRES_CONFIG=$TALER_CHECKDB make check || exit 1 lcov -d $TOP -c --no-external -o doc/coverage/coverage.info lcov -r doc/coverage/coverage.info **/test_* -o doc/coverage/rcoverage.info diff --git a/taler-build/update_merchant.sh b/taler-build/update_merchant.sh @@ -37,8 +37,6 @@ if test ${1:-notgiven} = "--coverage"; then TOP=$(pwd) mkdir -p doc/coverage/ lcov -d $TOP -z - # the 'exit 1' seems mandatory for the next commands to work. Where is that - # documented? TALER_MERCHANTDB_POSTGRES_CONFIG=$TALER_CHECKDB make check || exit 1 lcov -d $TOP -c --no-external -o doc/coverage/coverage.info lcov -r doc/coverage/coverage.info **/test_* -o doc/coverage/rcoverage.info