-fix bank start calls
This commit is contained in:
parent
62963ae4b3
commit
3f9c464697
@ -118,8 +118,7 @@ TALER_TESTING_run_libeufin (const struct TALER_TESTING_BankConfiguration *bc)
|
||||
unsigned int iter;
|
||||
char *curl_check_cmd;
|
||||
|
||||
nexus_proc = GNUNET_OS_start_process
|
||||
(GNUNET_NO,
|
||||
nexus_proc = GNUNET_OS_start_process (
|
||||
GNUNET_OS_INHERIT_STD_NONE,
|
||||
NULL, NULL, NULL,
|
||||
"libeufin-nexus",
|
||||
@ -164,8 +163,7 @@ TALER_TESTING_run_libeufin (const struct TALER_TESTING_BankConfiguration *bc)
|
||||
GNUNET_free (curl_check_cmd);
|
||||
fprintf (stderr, "\n");
|
||||
|
||||
sandbox_proc = GNUNET_OS_start_process
|
||||
(GNUNET_NO,
|
||||
sandbox_proc = GNUNET_OS_start_process (
|
||||
GNUNET_OS_INHERIT_STD_NONE,
|
||||
NULL, NULL, NULL,
|
||||
"libeufin-sandbox",
|
||||
@ -290,8 +288,7 @@ TALER_TESTING_run_bank (const char *config_filename,
|
||||
if (0 != strcmp ("http", serve_cfg))
|
||||
serve_arg = "serve-uwsgi";
|
||||
GNUNET_free (serve_cfg);
|
||||
bank_proc = GNUNET_OS_start_process
|
||||
(GNUNET_NO,
|
||||
bank_proc = GNUNET_OS_start_process (
|
||||
GNUNET_OS_INHERIT_STD_NONE,
|
||||
NULL, NULL, NULL,
|
||||
"taler-bank-manage-testing",
|
||||
@ -550,7 +547,6 @@ TALER_TESTING_prepare_bank (const char *config_filename,
|
||||
{
|
||||
if (NULL ==
|
||||
(dbreset_proc = GNUNET_OS_start_process (
|
||||
GNUNET_NO,
|
||||
GNUNET_OS_INHERIT_STD_NONE,
|
||||
NULL, NULL, NULL,
|
||||
"taler-bank-manage",
|
||||
|
Loading…
Reference in New Issue
Block a user