testing: reset exchange tables before start
This commit is contained in:
parent
d725d82338
commit
3450c1617f
@ -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(
|
||||||
|
Loading…
Reference in New Issue
Block a user