gnunet-svn
[Top][All Lists]
Advanced

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

[taler-anastasis] branch master updated: -fix expected EC


From: gnunet
Subject: [taler-anastasis] branch master updated: -fix expected EC
Date: Thu, 14 Apr 2022 20:48:53 +0200

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

grothoff pushed a commit to branch master
in repository anastasis.

The following commit(s) were added to refs/heads/master by this push:
     new 4d70a1e  -fix expected EC
4d70a1e is described below

commit 4d70a1eb22e8a44c1cecefc62c36f139571de2b5
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Thu Apr 14 20:48:50 2022 +0200

    -fix expected EC
---
 src/cli/test_anastasis_reducer_recovery_no_pay.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/cli/test_anastasis_reducer_recovery_no_pay.sh 
b/src/cli/test_anastasis_reducer_recovery_no_pay.sh
index 7ae78d9..ca78705 100755
--- a/src/cli/test_anastasis_reducer_recovery_no_pay.sh
+++ b/src/cli/test_anastasis_reducer_recovery_no_pay.sh
@@ -236,7 +236,7 @@ anastasis-reducer sync_providers < $R2FILE > $R1FILE 2> 
/dev/null || true
 # Note: continue with $R2FILE, the last one that was valid!
 
 CODE=`jq -r -e .code < $R1FILE`
-if test "$CODE" != "8400"
+if test "$CODE" != "8420"
 then
     exit_fail "Expected to be synced, instead the code is '$CODE'"
 fi

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