testing: reset exchange tables before start

This commit is contained in:
ms 2021-07-29 10:43:01 +02:00
parent d725d82338
commit 3450c1617f
No known key found for this signature in database
GPG Key ID: 8D526861953F4C0F

View File

@ -1128,7 +1128,7 @@ export class ExchangeService implements ExchangeServiceInterface {
await sh( await sh(
this.globalState, this.globalState,
"exchange-dbinit", "exchange-dbinit",
`taler-exchange-dbinit -c "${this.configFilename}"`, `taler-exchange-dbinit -r -c "${this.configFilename}"`,
); );
this.helperCryptoEddsaProc = this.globalState.spawnService( this.helperCryptoEddsaProc = this.globalState.spawnService(