tolerate database not existing, skip test
This commit is contained in:
parent
0ec3301cfb
commit
6d65457203
@ -186,6 +186,8 @@ main (int argc,
|
|||||||
conn = GNUNET_PQ_connect ("postgres:///talercheck",
|
conn = GNUNET_PQ_connect ("postgres:///talercheck",
|
||||||
es,
|
es,
|
||||||
NULL);
|
NULL);
|
||||||
|
if (NULL == conn)
|
||||||
|
return 77;
|
||||||
if (GNUNET_OK !=
|
if (GNUNET_OK !=
|
||||||
postgres_prepare (conn))
|
postgres_prepare (conn))
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user