From 6bdf82dc882777bff1643605ef078a3f2a2b9cb4 Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Tue, 20 Dec 2016 11:05:19 +0100 Subject: Remove comment --- taler-build/update_merchant.sh | 2 -- 1 file changed, 2 deletions(-) (limited to 'taler-build/update_merchant.sh') diff --git a/taler-build/update_merchant.sh b/taler-build/update_merchant.sh index 5efa0ae..6e4324a 100755 --- 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 -- cgit v1.2.3