test harness: resetting merchant tables before starting it

This commit is contained in:
ms 2021-07-29 09:06:03 +02:00
parent a415545644
commit 96640c5741
No known key found for this signature in database
GPG Key ID: 8D526861953F4C0F

View File

@ -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",