gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-exchange] branch master updated: fix nexus invocation


From: gnunet
Subject: [taler-exchange] branch master updated: fix nexus invocation
Date: Wed, 27 May 2020 14:52:27 +0200

This is an automated email from the git hooks/post-receive script.

ms pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 704bff4c fix nexus invocation
704bff4c is described below

commit 704bff4c5317759419fc963196fe8d1be64057f7
Author: MS <address@hidden>
AuthorDate: Wed May 27 14:52:13 2020 +0200

    fix nexus invocation
---
 src/testing/testing_api_helpers_bank.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/testing/testing_api_helpers_bank.c 
b/src/testing/testing_api_helpers_bank.c
index e8476d30..e6f99f1a 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)
   {

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]