gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-deployment] branch master updated: grouping


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: grouping
Date: Wed, 22 May 2019 17:13:25 +0200

This is an automated email from the git hooks/post-receive script.

marcello pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new a82be20  grouping
a82be20 is described below

commit a82be2080f21815c1cd7f7050b09e21a49aa0c31
Author: Marcello Stanisci <address@hidden>
AuthorDate: Wed May 22 17:13:17 2019 +0200

    grouping
---
 taler-build/update_exchange.sh | 4 ++--
 taler-build/update_merchant.sh | 5 ++---
 2 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/taler-build/update_exchange.sh b/taler-build/update_exchange.sh
index 8b219bc..d7e068f 100755
--- a/taler-build/update_exchange.sh
+++ b/taler-build/update_exchange.sh
@@ -40,7 +40,7 @@ TOP=$(pwd)
   lcov -d $TOP -z
   TALER_AUDITORDB_POSTGRES_CONFIG=$TALER_CHECKDB \
   TALER_EXCHANGEDB_POSTGRES_CONFIG=$TALER_CHECKDB \
-  TALER_BANK_ALTDB=$TALER_CHECKDB make check || cat_failed .; exit 1
+  TALER_BANK_ALTDB=$TALER_CHECKDB make check || (cat_failed .; 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
   genhtml -o doc/coverage doc/coverage/rcoverage.info
@@ -49,5 +49,5 @@ else
   echo "checkdb: $TALER_CHECKDB"
   TALER_AUDITORDB_POSTGRES_CONFIG=$TALER_CHECKDB \
   TALER_EXCHANGEDB_POSTGRES_CONFIG=$TALER_CHECKDB \
-  TALER_BANK_ALTDB=$TALER_CHECKDB make check || cat_failed .; exit 1
+  TALER_BANK_ALTDB=$TALER_CHECKDB make check || (cat_failed .; exit 1)
 fi
diff --git a/taler-build/update_merchant.sh b/taler-build/update_merchant.sh
index 260b200..b33f80f 100755
--- a/taler-build/update_merchant.sh
+++ b/taler-build/update_merchant.sh
@@ -38,7 +38,6 @@ fi
 make
 make install
 
-
 TALER_CHECKDB=${TALER_CHECKDB:-postgres:///talercheck}
 
 if test ${1:-notgiven} = "--coverage"; then
@@ -48,7 +47,7 @@ TOP=$(pwd)
   TALER_MERCHANTDB_POSTGRES_CONFIG=$TALER_CHECKDB \
   TALER_EXCHANGEDB_POSTGRES_CONFIG=$TALER_CHECKDB \
   TALER_AUDITORDB_POSTGRES_CONFIG=$TALER_CHECKDB \
-  make check || cat_failed .;  exit 1
+  make check || (cat_failed .;  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
   genhtml -o doc/coverage doc/coverage/rcoverage.info
@@ -57,5 +56,5 @@ else
   TALER_MERCHANTDB_POSTGRES_CONFIG=$TALER_CHECKDB \
   TALER_EXCHANGEDB_POSTGRES_CONFIG=$TALER_CHECKDB \
   TALER_AUDITORDB_POSTGRES_CONFIG=$TALER_CHECKDB \
-  make check || cat_failed .; exit 1
+  make check || (cat_failed .; exit 1)
 fi

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]