gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-exchange] branch master updated: benchmar: wait for


From: gnunet
Subject: [GNUnet-SVN] [taler-exchange] branch master updated: benchmar: wait for exchange worker to terminate
Date: Wed, 01 May 2019 19:44:05 +0200

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 88f9e693 benchmar: wait for exchange worker to terminate
88f9e693 is described below

commit 88f9e693f685993af9d5c4309a6f1d93716754c0
Author: Florian Dold <address@hidden>
AuthorDate: Wed May 1 19:44:00 2019 +0200

    benchmar: wait for exchange worker to terminate
---
 src/benchmark/taler-exchange-benchmark.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/benchmark/taler-exchange-benchmark.c 
b/src/benchmark/taler-exchange-benchmark.c
index feaa203a..3f3854a5 100644
--- 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);
   }
 

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]