summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-06-09 15:42:56 +0200
committerChristian Grothoff <christian@grothoff.org>2016-06-09 15:42:56 +0200
commit553450bda6e165e5c846c0d2b6aac0b50e6a2b83 (patch)
tree1607f0178a87d8b3113c805f191dada7faead4fe
parent7e8a82e5998b9a230cde56914e966ffda47696b6 (diff)
downloadmerchant-553450bda6e165e5c846c0d2b6aac0b50e6a2b83.tar.gz
merchant-553450bda6e165e5c846c0d2b6aac0b50e6a2b83.tar.bz2
merchant-553450bda6e165e5c846c0d2b6aac0b50e6a2b83.zip
pass correct config to aggregator
-rw-r--r--src/lib/test_merchant_api.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/test_merchant_api.c b/src/lib/test_merchant_api.c
index 1e54107d..c03fec4e 100644
--- 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",