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: exchange tests ne


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: exchange tests need to set check-db for the bank too
Date: Tue, 26 Dec 2017 18:30:11 +0100

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 ec2b7ca  exchange tests need to set check-db for the bank too
ec2b7ca is described below

commit ec2b7cad5c0639d1a4ad23d7e17eaff2962010be
Author: Marcello Stanisci <address@hidden>
AuthorDate: Tue Dec 26 18:29:15 2017 +0100

    exchange tests need to set check-db for the bank too
---
 taler-build/update_exchange.sh | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/taler-build/update_exchange.sh b/taler-build/update_exchange.sh
index e2ae82d..f69c1cf 100755
--- a/taler-build/update_exchange.sh
+++ b/taler-build/update_exchange.sh
@@ -32,12 +32,16 @@ if test ${1:-notgiven} = "--coverage"; then
 TOP=$(pwd)
   mkdir -p doc/coverage/
   lcov -d $TOP -z
-  TALER_AUDITORDB_POSTGRES_CONFIG=$TALER_CHECKDB 
TALER_EXCHANGEDB_POSTGRES_CONFIG=$TALER_CHECKDB make check || exit 1
+  TALER_AUDITORDB_POSTGRES_CONFIG=$TALER_CHECKDB \
+  TALER_EXCHANGEDB_POSTGRES_CONFIG=$TALER_CHECKDB \
+  TALER_BANK_ALTDB=$TALER 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
   genhtml -o doc/coverage doc/coverage/rcoverage.info
   chmod a+rx -R doc/
 else
   echo "checkdb: $TALER_CHECKDB"
-  TALER_AUDITORDB_POSTGRES_CONFIG=$TALER_CHECKDB 
TALER_EXCHANGEDB_POSTGRES_CONFIG=$TALER_CHECKDB make check
+  TALER_AUDITORDB_POSTGRES_CONFIG=$TALER_CHECKDB \
+  TALER_EXCHANGEDB_POSTGRES_CONFIG=$TALER_CHECKDB \
+  TALER_BANK_ALTDB=$TALER_CHECKDB make check
 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]