gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-exchange] branch master updated: -use new flag to avoid continuin


From: gnunet
Subject: [taler-exchange] branch master updated: -use new flag to avoid continuing after wallet failure
Date: Wed, 21 Sep 2022 23:19:52 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 326fa940 -use new flag to avoid continuing after wallet failure
326fa940 is described below

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

    -use new flag to avoid continuing after wallet failure
---
 src/auditor/generate-auditor-basedb.sh | 2 +-
 src/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
index 903f9cd2..a12057b9 100755
--- 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
index 5a1d5364..6ad0a6e9 100755
--- 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",

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]