tolerate database not existing, skip test

This commit is contained in:
Christian Grothoff 2019-12-24 22:32:02 +01:00
parent 0ec3301cfb
commit 6d65457203
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC

View File

@ -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))
{