taler-typescript-core

Wallet core logic and WebUIs for various components
Log | Files | Refs | Submodules | README | LICENSE

commit 3450c1617f5e3da377d6736c8993a5ed470f7b99
parent d725d8233812eca3e46c2a578e281c08ec86c7a9
Author: ms <ms@taler.net>
Date:   Thu, 29 Jul 2021 10:43:01 +0200

testing: reset exchange tables before start

Diffstat:
Mpackages/taler-wallet-cli/src/integrationtests/harness.ts | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/packages/taler-wallet-cli/src/integrationtests/harness.ts b/packages/taler-wallet-cli/src/integrationtests/harness.ts @@ -1128,7 +1128,7 @@ export class ExchangeService implements ExchangeServiceInterface { await sh( this.globalState, "exchange-dbinit", - `taler-exchange-dbinit -c "${this.configFilename}"`, + `taler-exchange-dbinit -r -c "${this.configFilename}"`, ); this.helperCryptoEddsaProc = this.globalState.spawnService(