exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit 8d51dd18edb5dfbaf5a195374ebffdeba7c59542
parent a3b56975a4b4c3526340f18839909b07237ce827
Author: Christian Grothoff <christian@grothoff.org>
Date:   Mon, 23 Dec 2019 12:32:37 +0100

do NOT reset DB in taler-bank-manage-testing, not healthy for auditor test

Diffstat:
Mcontrib/taler-bank-manage-testing | 3+--
Msrc/bank-lib/testing_api_helpers.c | 3---
2 files changed, 1 insertion(+), 5 deletions(-)

diff --git a/contrib/taler-bank-manage-testing b/contrib/taler-bank-manage-testing @@ -10,8 +10,7 @@ set -eu -# Reset database, provide starting accounts -taler-bank-manage -c $1 --with-db $2 django flush --no-input +# Ensure starting accounts exist taler-bank-manage -c $1 --with-db $2 django provide_accounts # This is 'x' hashed by Django diff --git a/src/bank-lib/testing_api_helpers.c b/src/bank-lib/testing_api_helpers.c @@ -243,9 +243,6 @@ TALER_TESTING_run_bank (const char *config_filename, * Prepare the bank execution. Check if the port is available * and reset database. * - * NOTE: resetting the database is now done by taler-bank-manage-testing - * and should be removed here (once it works...)! FIXME! - * * @param config_filename configuration file name. * * @return the base url, or NULL upon errors. Must be freed