summaryrefslogtreecommitdiff
path: root/src/testing/testing_api_helpers_bank.c
diff options
context:
space:
mode:
authorMS <ms@taler.net>2020-05-27 14:52:13 +0200
committerMS <ms@taler.net>2020-05-27 14:52:13 +0200
commit704bff4c5317759419fc963196fe8d1be64057f7 (patch)
treec06677c3b3047a7aa14f77ff4381f9862e47e366 /src/testing/testing_api_helpers_bank.c
parent63f05b9ff65d938cefcabc0af4f806ab11dc9ba4 (diff)
downloadexchange-704bff4c5317759419fc963196fe8d1be64057f7.tar.gz
exchange-704bff4c5317759419fc963196fe8d1be64057f7.tar.bz2
exchange-704bff4c5317759419fc963196fe8d1be64057f7.zip
fix nexus invocation
Diffstat (limited to 'src/testing/testing_api_helpers_bank.c')
-rw-r--r--src/testing/testing_api_helpers_bank.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/testing/testing_api_helpers_bank.c b/src/testing/testing_api_helpers_bank.c
index e8476d30d..e6f99f1af 100644
--- a/src/testing/testing_api_helpers_bank.c
+++ b/src/testing/testing_api_helpers_bank.c
@@ -104,8 +104,7 @@ TALER_TESTING_has_in_name (const char *prog,
* Start the (nexus) bank process. Assume the port
* is available and the database is clean. Use the "prepare
* bank" function to do such tasks. This function is also
- * responsible to create the exchange EBICS subscriber at
- * the nexus.
+ * responsible to create the exchange user at Nexus.
*
* @param config_filename configuration filename. Used to
* @return the process, or NULL if the process could not
@@ -127,6 +126,7 @@ TALER_TESTING_run_nexus (const struct TALER_TESTING_BankConfiguration *bc)
NULL, NULL, NULL,
"nexus",
"nexus",
+ "serve",
NULL);
if (NULL == bank_proc)
{