summaryrefslogtreecommitdiff
path: root/src/benchmark
diff options
context:
space:
mode:
Diffstat (limited to 'src/benchmark')
-rw-r--r--src/benchmark/taler-exchange-benchmark.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/benchmark/taler-exchange-benchmark.c b/src/benchmark/taler-exchange-benchmark.c
index d1ea272ea..561a9b6be 100644
--- a/src/benchmark/taler-exchange-benchmark.c
+++ b/src/benchmark/taler-exchange-benchmark.c
@@ -678,6 +678,13 @@ parallel_benchmark (TALER_TESTING_Main main_cb,
}
GNUNET_OS_process_wait (exchanged);
GNUNET_OS_process_destroy (exchanged);
+ if (NULL != wirewatch)
+ {
+ GNUNET_OS_process_kill (wirewatch,
+ SIGTERM);
+ GNUNET_OS_process_wait (wirewatch);
+ GNUNET_OS_process_destroy (wirewatch);
+ }
return 77;
}
if ( (MODE_CLIENT == mode) || (MODE_BOTH == mode) )