aboutsummaryrefslogtreecommitdiff
path: root/src/exchange-lib/testing_api_helpers.c
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2018-08-19 00:49:16 +0200
committerFlorian Dold <florian.dold@gmail.com>2018-08-19 00:49:16 +0200
commit96e047b186245ab8f0883bb0e0fe9dfaff3ef407 (patch)
tree9f8523e0303ba3337f86e6ca516b9f52b523747c /src/exchange-lib/testing_api_helpers.c
parent624a9ac6dcae8ad40709c184d3502bcfdcbb9de2 (diff)
downloadexchange-96e047b186245ab8f0883bb0e0fe9dfaff3ef407.tar.xz
add remote benchmarking
Diffstat (limited to 'src/exchange-lib/testing_api_helpers.c')
-rw-r--r--src/exchange-lib/testing_api_helpers.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/exchange-lib/testing_api_helpers.c b/src/exchange-lib/testing_api_helpers.c
index bcdb44305..2e2f10e68 100644
--- a/src/exchange-lib/testing_api_helpers.c
+++ b/src/exchange-lib/testing_api_helpers.c
@@ -477,7 +477,8 @@ TALER_TESTING_setup_with_exchange (TALER_TESTING_Main main_cb,
result = TALER_TESTING_setup (main_cb,
main_cb_cls,
config_filename,
- exchanged);
+ exchanged,
+ GNUNET_YES);
GNUNET_break (0 ==
GNUNET_OS_process_kill (exchanged,
SIGTERM));