fix post-merge FTBFS

This commit is contained in:
Christian Grothoff 2018-04-02 14:33:26 +02:00
parent cb55c1a3af
commit 40a64e8f0c
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC
3 changed files with 9 additions and 5 deletions

View File

@ -29,5 +29,8 @@ currency = KUDOS
[bank]
http_port = 8081
[account-1]
URL = payto://x-taler-bank/localhost:8081/1
[exchange-wire-test]
bank_url = http://localhost:8081/

View File

@ -75,9 +75,7 @@ static void
run (void *cls,
struct TALER_TESTING_Interpreter *is)
{
struct TALER_TESTING_Command commands[] = {
TALER_TESTING_cmd_bank_history ("history-0",
fakebank_url,
EXCHANGE_ACCOUNT_NUMBER,
@ -110,6 +108,7 @@ purge_process (struct GNUNET_OS_Process *process)
GNUNET_OS_process_destroy (process);
}
int
main (int argc,
char * const *argv)
@ -122,13 +121,14 @@ main (int argc,
"DEBUG", NULL);
if (NULL == (fakebank_url = TALER_TESTING_prepare_fakebank
(CONFIG_FILE)))
(CONFIG_FILE,
"account-1")))
return 77;
if (NULL == (twister_url = TALER_TESTING_prepare_twister
(CONFIG_FILE)))
return 77;
if (NULL == (twisterd = TALER_TESTING_run_twister (CONFIG_FILE)))
return 77;

View File

@ -179,7 +179,8 @@ main (int argc,
"DEBUG", NULL);
if (NULL == (fakebank_url = TALER_TESTING_prepare_fakebank
(CONFIG_FILE)))
(CONFIG_FILE,
"account-2")))
return 77;
if (NULL == (twister_url = TALER_TESTING_prepare_twister