gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: tolerate database not existing,


From: gnunet
Subject: [taler-exchange] branch master updated: tolerate database not existing, skip test
Date: Tue, 24 Dec 2019 22:32:04 +0100

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

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 6d654572 tolerate database not existing, skip test
6d654572 is described below

commit 6d65457203419b601eacca3dee59a290b9718b62
Author: Christian Grothoff <address@hidden>
AuthorDate: Tue Dec 24 22:32:02 2019 +0100

    tolerate database not existing, skip test
---
 src/pq/test_pq.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/pq/test_pq.c b/src/pq/test_pq.c
index 2ed1873a..13aa1f16 100644
--- a/src/pq/test_pq.c
+++ b/src/pq/test_pq.c
@@ -186,6 +186,8 @@ main (int argc,
   conn = GNUNET_PQ_connect ("postgres:///talercheck",
                             es,
                             NULL);
+  if (NULL == conn)
+    return 77;
   if (GNUNET_OK !=
       postgres_prepare (conn))
   {

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



reply via email to

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