exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit 326fa9409d1c607e5e2a473c509bf42009a0f026
parent a2c179373e9493506cbae5a6a51c015f0403b662
Author: Christian Grothoff <christian@grothoff.org>
Date:   Tue, 20 Sep 2022 23:19:46 +0200

-use new flag to avoid continuing after wallet failure

Diffstat:
Msrc/auditor/generate-auditor-basedb.sh | 2+-
Msrc/auditor/generate-revoke-basedb.sh | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/auditor/generate-auditor-basedb.sh b/src/auditor/generate-auditor-basedb.sh @@ -404,7 +404,7 @@ echo " DONE" # run wallet CLI echo "Running wallet" -taler-wallet-cli --no-throttle --wallet-db=$WALLET_DB api 'runIntegrationTest' \ +taler-wallet-cli --no-throttle --wallet-db=$WALLET_DB api --expect-success 'runIntegrationTest' \ "$(jq -n ' { amountToSpend: "TESTKUDOS:4", diff --git a/src/auditor/generate-revoke-basedb.sh b/src/auditor/generate-revoke-basedb.sh @@ -396,7 +396,7 @@ curl -H "Content-Type: application/json" -X POST -d '{"auth": {"method": "extern # run wallet CLI echo "Running wallet" -taler-wallet-cli --no-throttle --wallet-db=$WALLET_DB api 'withdrawTestBalance' \ +taler-wallet-cli --no-throttle --wallet-db=$WALLET_DB api --expect-success 'withdrawTestBalance' \ "$(jq -n ' { amount: "TESTKUDOS:8",