commit 553450bda6e165e5c846c0d2b6aac0b50e6a2b83
parent 7e8a82e5998b9a230cde56914e966ffda47696b6
Author: Christian Grothoff <christian@grothoff.org>
Date: Thu, 9 Jun 2016 15:42:56 +0200
pass correct config to aggregator
Diffstat:
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/src/lib/test_merchant_api.c b/src/lib/test_merchant_api.c
@@ -1226,7 +1226,7 @@ interpreter_run (void *cls)
NULL, NULL, NULL,
"taler-exchange-aggregator",
"taler-exchange-aggregator",
- "-c", "test_exchange_api.conf",
+ "-c", "test_merchant_api.conf",
"-t", /* exit when done */
NULL);
if (NULL == cmd->details.run_aggregator.aggregator_proc)
@@ -1685,11 +1685,9 @@ run (void *cls)
.details.reserve_withdraw.reserve_reference = "create-reserve-2",
.details.reserve_withdraw.amount = "EUR:5" },
-#if 0
/* Run transfers. */
{ .oc = OC_RUN_AGGREGATOR,
.label = "run-aggregator" },
-#endif
#if NEW_MARCELLO_CODE
{ .oc = OC_TRACK_DEPOSIT,
.label = "track-deposit-1",