From d43313f71e326960a36b9e9bd83f711c193276da Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Thu, 19 Aug 2021 18:07:45 +0200 Subject: Revert "testing: reset exchange tables before start" This reverts commit 3450c1617f5e3da377d6736c8993a5ed470f7b99. --- 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 index 305e46e5c..fef4c27c1 100644 --- 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( -- cgit v1.2.3