test harness: resetting merchant tables before starting it
This commit is contained in:
parent
a415545644
commit
96640c5741
@ -1442,7 +1442,7 @@ export class MerchantService implements MerchantServiceInterface {
|
||||
}
|
||||
|
||||
async start(): Promise<void> {
|
||||
await exec(`taler-merchant-dbinit -c "${this.configFilename}"`);
|
||||
await exec(`taler-merchant-dbinit -r -c "${this.configFilename}"`);
|
||||
|
||||
this.proc = this.globalState.spawnService(
|
||||
"taler-merchant-httpd",
|
||||
|
Loading…
Reference in New Issue
Block a user