fix nexus invocation
This commit is contained in:
parent
63f05b9ff6
commit
704bff4c53
@ -104,8 +104,7 @@ TALER_TESTING_has_in_name (const char *prog,
|
|||||||
* Start the (nexus) bank process. Assume the port
|
* Start the (nexus) bank process. Assume the port
|
||||||
* is available and the database is clean. Use the "prepare
|
* is available and the database is clean. Use the "prepare
|
||||||
* bank" function to do such tasks. This function is also
|
* bank" function to do such tasks. This function is also
|
||||||
* responsible to create the exchange EBICS subscriber at
|
* responsible to create the exchange user at Nexus.
|
||||||
* the nexus.
|
|
||||||
*
|
*
|
||||||
* @param config_filename configuration filename. Used to
|
* @param config_filename configuration filename. Used to
|
||||||
* @return the process, or NULL if the process could not
|
* @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,
|
NULL, NULL, NULL,
|
||||||
"nexus",
|
"nexus",
|
||||||
"nexus",
|
"nexus",
|
||||||
|
"serve",
|
||||||
NULL);
|
NULL);
|
||||||
if (NULL == bank_proc)
|
if (NULL == bank_proc)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user