gnunet-svn
[Top][All Lists]
Advanced

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

[taler-anastasis] branch master updated: not warning about logs on SKIP


From: gnunet
Subject: [taler-anastasis] branch master updated: not warning about logs on SKIP
Date: Mon, 23 Aug 2021 10:30:17 +0200

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

ms pushed a commit to branch master
in repository anastasis.

The following commit(s) were added to refs/heads/master by this push:
     new 019fd62  not warning about logs on SKIP
019fd62 is described below

commit 019fd62ee6c2d8cc81eea687b4c5bfb4f809e323
Author: MS <ms@taler.net>
AuthorDate: Sun Aug 22 21:30:14 2021 -1100

    not warning about logs on SKIP
---
 src/cli/test_iban.sh | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/src/cli/test_iban.sh b/src/cli/test_iban.sh
index cd0423b..f3f127e 100755
--- a/src/cli/test_iban.sh
+++ b/src/cli/test_iban.sh
@@ -17,7 +17,7 @@ function exit_fail() {
 # Cleanup to run whenever we exit
 function cleanup()
 {
-    if test $? != 0; then
+    if test $? != 0 -o $? != 77; then
       echo "ERROR: see also nexus.log and sandbox.log"
     fi
     for n in `jobs -p`
@@ -312,8 +312,6 @@ then
 fi
 echo "OK"
 
-
-
 echo -n "Running backup logic ...,"
 anastasis-reducer -b > $B1FILE
 echo -n "."
@@ -334,7 +332,6 @@ anastasis-reducer -a \
     "birthdate": "2000-01-01"}}' \
   enter_user_attributes < $B1FILE > $B2FILE 2>> test_reducer.err
 echo -n ","
-
 BASEIBAN=`echo $IBAN_DEBIT | gnunet-base32`
 anastasis-reducer -a \
   "$(jq -n '{ authentication_method: {
@@ -355,7 +352,6 @@ echo -n ","
 anastasis-reducer \
   next < $B2FILE > $B1FILE 2>> test_reducer.err
 echo -n "."
-
 # Note: 'secret' must here be a Crockford base32-encoded value
 anastasis-reducer -a \
   '{"secret": { "value" : "VERYHARDT0GVESSSECRET", "mime" : "text/plain" }}' \
@@ -373,8 +369,6 @@ fi
 jq -r -e .core_secret < $B2FILE > /dev/null && exit_fail "'core_secret' was 
not cleared upon success"
 echo " OK"
 
-
-
 echo -n "Running recovery basic logic ..."
 anastasis-reducer -r > $R1FILE
 anastasis-reducer -a \

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