exchange

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

commit 88f9e693f685993af9d5c4309a6f1d93716754c0
parent 8e391e8bfb0cd37181de8d1a921855ec798eaaad
Author: Florian Dold <florian.dold@gmail.com>
Date:   Wed,  1 May 2019 19:44:00 +0200

benchmar: wait for exchange worker to terminate

Diffstat:
Msrc/benchmark/taler-exchange-benchmark.c | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/benchmark/taler-exchange-benchmark.c b/src/benchmark/taler-exchange-benchmark.c @@ -760,6 +760,8 @@ parallel_benchmark (TALER_TESTING_Main main_cb, { GNUNET_assert (NULL != exchange_slave); GNUNET_OS_process_kill (exchange_slave, SIGTERM); + GNUNET_break (GNUNET_OK == + GNUNET_OS_process_wait (exchange_slave)); GNUNET_OS_process_destroy (exchange_slave); }