aboutsummaryrefslogtreecommitdiff
path: root/src/testing/testing_api_cmd_exec_aggregator.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-11-07 11:41:53 +0100
committerChristian Grothoff <christian@grothoff.org>2021-11-07 11:41:53 +0100
commitcd8d4bede16e62850235b4e83cc29c2ca498013e (patch)
treec28d6f587c8125c67f0334446f034c1185654074 /src/testing/testing_api_cmd_exec_aggregator.c
parentfadfc735fadb0a718989fae6e4c436718e581783 (diff)
downloadexchange-cd8d4bede16e62850235b4e83cc29c2ca498013e.tar.xz
add missing file
Diffstat (limited to 'src/testing/testing_api_cmd_exec_aggregator.c')
-rw-r--r--src/testing/testing_api_cmd_exec_aggregator.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/testing/testing_api_cmd_exec_aggregator.c b/src/testing/testing_api_cmd_exec_aggregator.c
index 38875db94..20e99c141 100644
--- a/src/testing/testing_api_cmd_exec_aggregator.c
+++ b/src/testing/testing_api_cmd_exec_aggregator.c
@@ -68,6 +68,7 @@ aggregator_run (void *cls,
"taler-exchange-aggregator",
"-c", as->config_filename,
"-t", /* exit when done */
+ "-y", /* skip KYC */
NULL);
if (NULL == as->aggregator_proc)
{