exchange

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

commit 44bebc039c564a4263d034355c503623ec2552e6
parent 43b67a36baf50b13c2702a448fc623a73f9cb6e5
Author: Christian Grothoff <christian@grothoff.org>
Date:   Tue, 17 Mar 2026 00:22:25 +0100

-fix assertion

Diffstat:
Msrc/testing/testing_api_cmd_system_start.c | 2+-
Msrc/testing/testing_api_twister_helpers.c | 6+++---
2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/testing/testing_api_cmd_system_start.c b/src/testing/testing_api_cmd_system_start.c @@ -293,7 +293,7 @@ system_cleanup (void *cls, { if (as->active) { - GNUNET_break (0 == + GNUNET_break (GNUNET_OK == GNUNET_process_kill (as->system_proc, SIGTERM)); GNUNET_process_wait (as->system_proc, diff --git a/src/testing/testing_api_twister_helpers.c b/src/testing/testing_api_twister_helpers.c @@ -112,7 +112,8 @@ TALER_TWISTER_run_twister (const char *config_filename) "taler-twister", "taler-twister", "-c", config_filename, - "-a", NULL)) + "-a", + NULL)) { GNUNET_log (GNUNET_ERROR_TYPE_ERROR, "Could not start the taler-twister client\n"); @@ -128,10 +129,9 @@ TALER_TWISTER_run_twister (const char *config_filename) TWISTER_FAIL (); } - if (GNUNET_SYSERR == GNUNET_process_wait (client_proc, - false, + true, &type, &code)) {