exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit d6d0ddbe072bae02f8dffe825b64be2d4d84b862
parent 0292d9d68af82b746f4c0c2960f24a9091182220
Author: Christian Grothoff <christian@grothoff.org>
Date:   Fri,  6 May 2016 22:07:19 +0200

check if starting aggregator actually worked

Diffstat:
Msrc/exchange/test_taler_exchange_aggregator.c | 6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

diff --git 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))