adjust LibEuFin binary names
This commit is contained in:
parent
4f5df0c9e3
commit
9c752b3d03
@ -36,7 +36,7 @@ def assertResponse(response):
|
|||||||
return response
|
return response
|
||||||
|
|
||||||
# Create a nexus (super-) user
|
# Create a nexus (super-) user
|
||||||
call(["nexus",
|
check_call(["libeufin-nexus",
|
||||||
"superuser",
|
"superuser",
|
||||||
"--db-name", "/tmp/nexus-exchange-test.sqlite3",
|
"--db-name", "/tmp/nexus-exchange-test.sqlite3",
|
||||||
"Exchange",
|
"Exchange",
|
||||||
|
@ -114,7 +114,7 @@ TALER_TESTING_run_libeufin (const struct TALER_TESTING_BankConfiguration *bc)
|
|||||||
{
|
{
|
||||||
struct GNUNET_OS_Process *nexus_proc;
|
struct GNUNET_OS_Process *nexus_proc;
|
||||||
struct GNUNET_OS_Process *sandbox_proc;
|
struct GNUNET_OS_Process *sandbox_proc;
|
||||||
struct TALER_TESTING_LibeufinServices ret;
|
struct TALER_TESTING_LibeufinServices ret = { 0 };
|
||||||
unsigned int iter;
|
unsigned int iter;
|
||||||
char *curl_check_cmd;
|
char *curl_check_cmd;
|
||||||
|
|
||||||
@ -122,8 +122,8 @@ TALER_TESTING_run_libeufin (const struct TALER_TESTING_BankConfiguration *bc)
|
|||||||
(GNUNET_NO,
|
(GNUNET_NO,
|
||||||
GNUNET_OS_INHERIT_STD_NONE,
|
GNUNET_OS_INHERIT_STD_NONE,
|
||||||
NULL, NULL, NULL,
|
NULL, NULL, NULL,
|
||||||
"nexus",
|
"libeufin-nexus",
|
||||||
"nexus",
|
"libeufin-nexus",
|
||||||
"serve",
|
"serve",
|
||||||
"--db-name", "/tmp/nexus-exchange-test.sqlite3",
|
"--db-name", "/tmp/nexus-exchange-test.sqlite3",
|
||||||
NULL);
|
NULL);
|
||||||
@ -168,8 +168,8 @@ TALER_TESTING_run_libeufin (const struct TALER_TESTING_BankConfiguration *bc)
|
|||||||
(GNUNET_NO,
|
(GNUNET_NO,
|
||||||
GNUNET_OS_INHERIT_STD_NONE,
|
GNUNET_OS_INHERIT_STD_NONE,
|
||||||
NULL, NULL, NULL,
|
NULL, NULL, NULL,
|
||||||
"sandbox",
|
"libeufin-sandbox",
|
||||||
"sandbox",
|
"libeufin-sandbox",
|
||||||
"serve",
|
"serve",
|
||||||
"--db-name", "/tmp/sandbox-exchange-test.sqlite3",
|
"--db-name", "/tmp/sandbox-exchange-test.sqlite3",
|
||||||
NULL);
|
NULL);
|
||||||
|
Loading…
Reference in New Issue
Block a user