gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] 02/04: test logging


From: gnunet
Subject: [libeufin] 02/04: test logging
Date: Tue, 31 Jan 2023 17:22:58 +0100

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

ms pushed a commit to branch master
in repository libeufin.

commit a15a8e31217b96bed6b3d3cb8e4ba16030aac003
Author: MS <ms@taler.net>
AuthorDate: Tue Jan 31 17:17:39 2023 +0100

    test logging
---
 cli/tests/debit_test.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/cli/tests/debit_test.sh b/cli/tests/debit_test.sh
index 9df06364..9e1ad97e 100755
--- a/cli/tests/debit_test.sh
+++ b/cli/tests/debit_test.sh
@@ -50,7 +50,7 @@ echo -n "Try to surpass the debit threshold (user pays 
admin)..."
   --amount MANA:99999 &> /dev/null || true
 echo DONE
 
-echo -n Check the amount is zero...
+echo -n Check the amount is still the initial zero...
 RESP=$(libeufin-cli sandbox --sandbox-url http://localhost:5000/ demobank info 
--bank-account www)
 BALANCE=$(echo $RESP | jq -r '.balance.amount')
 if [ "$BALANCE" != "MANA:0" ]; then
@@ -67,7 +67,7 @@ libeufin-sandbox \
   MANA:9999 "Go debit again."  &> /dev/null || true
 echo DONE
 
-echo -n Check the amount is again zero...
+echo -n Check the amount is still the initial zero...
 RESP=$(libeufin-cli sandbox --sandbox-url http://localhost:5000/ demobank info 
--bank-account www)
 BALANCE=$(echo $RESP | jq -r '.balance.amount')
 if [ "$BALANCE" != "MANA:0" ]; then

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