From 6d65457203419b601eacca3dee59a290b9718b62 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 24 Dec 2019 22:32:02 +0100 Subject: tolerate database not existing, skip test --- src/pq/test_pq.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/pq') diff --git a/src/pq/test_pq.c b/src/pq/test_pq.c index 2ed1873a5..13aa1f162 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)) { -- cgit v1.2.3