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: db.


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: db.
Date: Wed, 05 Jun 2019 19:42:19 +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 402ffa4  db.
402ffa4 is described below

commit 402ffa48dbb4064028e275b6ca417d2779c2adad
Author: Marcello Stanisci <address@hidden>
AuthorDate: Wed Jun 5 19:41:51 2019 +0200

    db.
    
    fail test if env's TALER_CHECKDB isn't defined.
---
 taler-build/update_exchange.sh | 2 +-
 taler-build/update_merchant.sh | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/taler-build/update_exchange.sh b/taler-build/update_exchange.sh
index d7e068f..9a37bdc 100755
--- a/taler-build/update_exchange.sh
+++ b/taler-build/update_exchange.sh
@@ -32,7 +32,7 @@ fi
 
 make install -j4
 
-TALER_CHECKDB=${TALER_CHECKDB:-postgres:///talercheck}
+TALER_CHECKDB=${TALER_CHECKDB:-postgres:///WILLFAIL}
 
 if test ${1:-notgiven} = "--coverage"; then
 TOP=$(pwd)
diff --git a/taler-build/update_merchant.sh b/taler-build/update_merchant.sh
index b33f80f..3e2d476 100755
--- a/taler-build/update_merchant.sh
+++ b/taler-build/update_merchant.sh
@@ -38,7 +38,7 @@ fi
 make
 make install
 
-TALER_CHECKDB=${TALER_CHECKDB:-postgres:///talercheck}
+TALER_CHECKDB=${TALER_CHECKDB:-postgres:///WILLFAIL}
 
 if test ${1:-notgiven} = "--coverage"; then
 TOP=$(pwd)

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



reply via email to

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