fix post-merge FTBFS
This commit is contained in:
parent
cb55c1a3af
commit
40a64e8f0c
@ -29,5 +29,8 @@ currency = KUDOS
|
|||||||
[bank]
|
[bank]
|
||||||
http_port = 8081
|
http_port = 8081
|
||||||
|
|
||||||
|
[account-1]
|
||||||
|
URL = payto://x-taler-bank/localhost:8081/1
|
||||||
|
|
||||||
[exchange-wire-test]
|
[exchange-wire-test]
|
||||||
bank_url = http://localhost:8081/
|
bank_url = http://localhost:8081/
|
||||||
|
@ -75,9 +75,7 @@ static void
|
|||||||
run (void *cls,
|
run (void *cls,
|
||||||
struct TALER_TESTING_Interpreter *is)
|
struct TALER_TESTING_Interpreter *is)
|
||||||
{
|
{
|
||||||
|
|
||||||
struct TALER_TESTING_Command commands[] = {
|
struct TALER_TESTING_Command commands[] = {
|
||||||
|
|
||||||
TALER_TESTING_cmd_bank_history ("history-0",
|
TALER_TESTING_cmd_bank_history ("history-0",
|
||||||
fakebank_url,
|
fakebank_url,
|
||||||
EXCHANGE_ACCOUNT_NUMBER,
|
EXCHANGE_ACCOUNT_NUMBER,
|
||||||
@ -110,6 +108,7 @@ purge_process (struct GNUNET_OS_Process *process)
|
|||||||
GNUNET_OS_process_destroy (process);
|
GNUNET_OS_process_destroy (process);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
int
|
int
|
||||||
main (int argc,
|
main (int argc,
|
||||||
char * const *argv)
|
char * const *argv)
|
||||||
@ -122,7 +121,8 @@ main (int argc,
|
|||||||
"DEBUG", NULL);
|
"DEBUG", NULL);
|
||||||
|
|
||||||
if (NULL == (fakebank_url = TALER_TESTING_prepare_fakebank
|
if (NULL == (fakebank_url = TALER_TESTING_prepare_fakebank
|
||||||
(CONFIG_FILE)))
|
(CONFIG_FILE,
|
||||||
|
"account-1")))
|
||||||
return 77;
|
return 77;
|
||||||
|
|
||||||
if (NULL == (twister_url = TALER_TESTING_prepare_twister
|
if (NULL == (twister_url = TALER_TESTING_prepare_twister
|
||||||
|
@ -179,7 +179,8 @@ main (int argc,
|
|||||||
"DEBUG", NULL);
|
"DEBUG", NULL);
|
||||||
|
|
||||||
if (NULL == (fakebank_url = TALER_TESTING_prepare_fakebank
|
if (NULL == (fakebank_url = TALER_TESTING_prepare_fakebank
|
||||||
(CONFIG_FILE)))
|
(CONFIG_FILE,
|
||||||
|
"account-2")))
|
||||||
return 77;
|
return 77;
|
||||||
|
|
||||||
if (NULL == (twister_url = TALER_TESTING_prepare_twister
|
if (NULL == (twister_url = TALER_TESTING_prepare_twister
|
||||||
|
Loading…
Reference in New Issue
Block a user