do NOT reset DB in taler-bank-manage-testing, not healthy for auditor test
This commit is contained in:
parent
a3b56975a4
commit
8d51dd18ed
@ -10,8 +10,7 @@
|
|||||||
|
|
||||||
set -eu
|
set -eu
|
||||||
|
|
||||||
# Reset database, provide starting accounts
|
# Ensure starting accounts exist
|
||||||
taler-bank-manage -c $1 --with-db $2 django flush --no-input
|
|
||||||
taler-bank-manage -c $1 --with-db $2 django provide_accounts
|
taler-bank-manage -c $1 --with-db $2 django provide_accounts
|
||||||
|
|
||||||
# This is 'x' hashed by Django
|
# This is 'x' hashed by Django
|
||||||
|
@ -243,9 +243,6 @@ TALER_TESTING_run_bank (const char *config_filename,
|
|||||||
* Prepare the bank execution. Check if the port is available
|
* Prepare the bank execution. Check if the port is available
|
||||||
* and reset database.
|
* 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.
|
* @param config_filename configuration file name.
|
||||||
*
|
*
|
||||||
* @return the base url, or NULL upon errors. Must be freed
|
* @return the base url, or NULL upon errors. Must be freed
|
||||||
|
Loading…
Reference in New Issue
Block a user