check return value

This commit is contained in:
Fournier Nicolas 2015-07-06 11:11:43 +02:00
parent ff7cb5edbb
commit 4478ba33a1

View File

@ -120,6 +120,7 @@ main (int argc, char ** argv)
"./test-mint-db-postgres.conf", "./test-mint-db-postgres.conf",
NULL, NULL,
benchmark); benchmark);
if (GNUNET_SYSERR == ret)
return 1;
return 0; return 0;
} }