gnunet-svn
[Top][All Lists]
Advanced

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

[taler-anastasis] branch master updated: fix wallet invocation in test c


From: gnunet
Subject: [taler-anastasis] branch master updated: fix wallet invocation in test case
Date: Thu, 26 Jan 2023 18:42:54 +0100

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

dold pushed a commit to branch master
in repository anastasis.

The following commit(s) were added to refs/heads/master by this push:
     new bc06045  fix wallet invocation in test case
bc06045 is described below

commit bc06045f3e67db67b9eb7ea9bf6606b6895307d0
Author: Florian Dold <florian@dold.me>
AuthorDate: Thu Jan 26 18:42:50 2023 +0100

    fix wallet invocation in test case
---
 src/cli/test_anastasis_reducer_enter_secret.sh                   | 8 ++++----
 src/cli/test_anastasis_reducer_recovery_enter_user_attributes.sh | 8 ++++----
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/src/cli/test_anastasis_reducer_enter_secret.sh 
b/src/cli/test_anastasis_reducer_enter_secret.sh
index a10ef2e..597945f 100755
--- a/src/cli/test_anastasis_reducer_enter_secret.sh
+++ b/src/cli/test_anastasis_reducer_enter_secret.sh
@@ -393,8 +393,8 @@ do
     echo -n ","
 done
 echo " OK"
-echo -e $COLOR$BOLD"Running wallet run-pending..."$NORM$NOCOLOR
-taler-wallet-cli --wallet-db=$WALLET_DB run-pending 2>wallet-pay-finish.err 
>wallet-pay-finish.log
+echo -e $COLOR$BOLD"Running wallet run-until-done..."$NORM$NOCOLOR
+taler-wallet-cli --wallet-db=$WALLET_DB run-until-done 2>wallet-pay-finish.err 
>wallet-pay-finish.log
 echo -e $COLOR$BOLD"Payments done"$NORM$NOCOLOR
 
 
@@ -425,8 +425,8 @@ do
     echo -n ","
 done
 echo " OK"
-echo -e $COLOR$BOLD"Running wallet run-pending..."$NORM$NOCOLOR
-taler-wallet-cli --wallet-db=$WALLET_DB run-pending 2>wallet-pay2-finish.err 
>wallet-pay2-finish.log
+echo -e $COLOR$BOLD"Running wallet run-until-done..."$NORM$NOCOLOR
+taler-wallet-cli --wallet-db=$WALLET_DB run-until-done 
2>wallet-pay2-finish.err >wallet-pay2-finish.log
 echo -e $COLOR$BOLD"Payments done"$NORM$NOCOLOR
 
 echo -en $COLOR$BOLD"Try to upload again ..."$NORM$NOCOLOR
diff --git a/src/cli/test_anastasis_reducer_recovery_enter_user_attributes.sh 
b/src/cli/test_anastasis_reducer_recovery_enter_user_attributes.sh
index acb4d3b..04de2f9 100755
--- a/src/cli/test_anastasis_reducer_recovery_enter_user_attributes.sh
+++ b/src/cli/test_anastasis_reducer_recovery_enter_user_attributes.sh
@@ -419,9 +419,9 @@ do
     echo -n ", "
 done
 echo "OK"
-echo -e "Running wallet run-pending..."
+echo -e "Running wallet run-until-done..."
 taler-wallet-cli --wallet-db=$WALLET_DB \
-       run-pending 2>wallet-pay-truth-finish-$INDEX.err 
>wallet-pay-truth-finish-$INDEX.out
+       run-until-done 2>wallet-pay-truth-finish-$INDEX.err 
>wallet-pay-truth-finish-$INDEX.out
 echo -e "Payments done"
 
 export B2FILE
@@ -443,9 +443,9 @@ do
     echo -n ", "
 done
 echo " OK"
-echo -en "Running wallet run-pending..."
+echo -en "Running wallet run-until-done..."
 taler-wallet-cli --wallet-db=$WALLET_DB \
-   run-pending 2>wallet-pay-policy-finish.err >wallet-pay-policy-finish.out
+   run-until-done 2>wallet-pay-policy-finish.err >wallet-pay-policy-finish.out
 echo -e " payments DONE"
 
 echo -en "Try to upload again ..."

-- 
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]