diff options
author | Christian Grothoff <christian@grothoff.org> | 2016-05-06 22:07:19 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2016-05-06 22:07:19 +0200 |
commit | d6d0ddbe072bae02f8dffe825b64be2d4d84b862 (patch) | |
tree | 659e996164a1997ac040d63a187498cf8baa85ac /src | |
parent | 0292d9d68af82b746f4c0c2960f24a9091182220 (diff) |
check if starting aggregator actually worked
Diffstat (limited to 'src')
-rw-r--r-- | src/exchange/test_taler_exchange_aggregator.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/exchange/test_taler_exchange_aggregator.c b/src/exchange/test_taler_exchange_aggregator.c index abc924244..a88d222c3 100644 --- a/src/exchange/test_taler_exchange_aggregator.c +++ b/src/exchange/test_taler_exchange_aggregator.c @@ -522,6 +522,12 @@ interpreter (void *cls) "-c", "test_taler_exchange_httpd.conf", "-t", /* enable temporary tables */ NULL); + if (NULL == aggregator_proc) + { + aggregator_state = NULL; + fail (cmd); + return; + } return; case OPCODE_EXPECT_TRANSACTIONS_EMPTY: if (GNUNET_OK != FAKEBANK_check_empty (fb)) |