commit d43313f71e326960a36b9e9bd83f711c193276da parent 0d030637101f04480b48407185a974007fea4de7 Author: Florian Dold <florian@dold.me> Date: Thu, 19 Aug 2021 18:07:45 +0200 Revert "testing: reset exchange tables before start" This reverts commit 3450c1617f5e3da377d6736c8993a5ed470f7b99. Diffstat:
| M | packages/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 @@ -1085,7 +1085,7 @@ export class ExchangeService implements ExchangeServiceInterface { await sh( this.globalState, "exchange-dbinit", - `taler-exchange-dbinit -r -c "${this.configFilename}"`, + `taler-exchange-dbinit -c "${this.configFilename}"`, ); this.helperCryptoEddsaProc = this.globalState.spawnService(