pass right config filename to taler-bank-manage
This commit is contained in:
parent
11d5f61984
commit
55e943829b
@ -6,7 +6,7 @@ currency = KUDOS
|
||||
[account-2]
|
||||
URL = payto://x-taler-bank/localhost/2
|
||||
METHOD = x-taler-bank
|
||||
WIRE_GATEWAY_URL = "http://localhost:8081/2/"
|
||||
WIRE_GATEWAY_URL = "http://localhost:8081/taler-wire-gateway/2/"
|
||||
WIRE_GATEWAY_AUTH_METHOD = basic
|
||||
USERNAME = Exchange
|
||||
PASSWORD = x
|
||||
|
@ -295,7 +295,7 @@ TALER_TESTING_prepare_bank (const char *config_filename,
|
||||
NULL, NULL, NULL,
|
||||
"taler-bank-manage",
|
||||
"taler-bank-manage",
|
||||
"-c", "test_bank_api.conf",
|
||||
"-c", config_filename,
|
||||
"--with-db", database,
|
||||
"django",
|
||||
"flush",
|
||||
|
Loading…
Reference in New Issue
Block a user