check if starting aggregator actually worked

This commit is contained in:
Christian Grothoff 2016-05-06 22:07:19 +02:00
parent 0292d9d68a
commit d6d0ddbe07

View File

@ -522,6 +522,12 @@ interpreter (void *cls)
"-c", "test_taler_exchange_httpd.conf", "-c", "test_taler_exchange_httpd.conf",
"-t", /* enable temporary tables */ "-t", /* enable temporary tables */
NULL); NULL);
if (NULL == aggregator_proc)
{
aggregator_state = NULL;
fail (cmd);
return;
}
return; return;
case OPCODE_EXPECT_TRANSACTIONS_EMPTY: case OPCODE_EXPECT_TRANSACTIONS_EMPTY:
if (GNUNET_OK != FAKEBANK_check_empty (fb)) if (GNUNET_OK != FAKEBANK_check_empty (fb))