From 5dd3c2191af0bb28a95fe4dac09eae7ed672cd48 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Thu, 2 May 2019 23:45:31 +0200 Subject: benchmark: don't print result as exchange worker --- src/benchmark/taler-exchange-benchmark.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/benchmark/taler-exchange-benchmark.c b/src/benchmark/taler-exchange-benchmark.c index eed8f80d8..569283516 100644 --- a/src/benchmark/taler-exchange-benchmark.c +++ b/src/benchmark/taler-exchange-benchmark.c @@ -1048,8 +1048,14 @@ main (int argc, NULL, cfg_filename, exchange_url); + GNUNET_free_non_null (exchange_url); GNUNET_free_non_null (auditor_url); + + /* If we're the exchange worker, we're done now. No need to print results */ + if (MODE_EXCHANGE == mode) + return (GNUNET_OK == result) ? 0 : result; + duration = GNUNET_TIME_absolute_get_duration (start_time); if (GNUNET_OK == result) { -- cgit v1.2.3