gnunet-svn
[Top][All Lists]
Advanced

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

[taler-anastasis] branch master updated: print correct file on error


From: gnunet
Subject: [taler-anastasis] branch master updated: print correct file on error
Date: Tue, 02 Nov 2021 16:51:42 +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 6392d1e  print correct file on error
6392d1e is described below

commit 6392d1e9b9bb792d0d83745ac3679b564f7bb0af
Author: Florian Dold <florian@dold.me>
AuthorDate: Tue Nov 2 16:51:36 2021 +0100

    print correct file on error
---
 src/cli/test_anastasis_reducer_enter_secret.sh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/cli/test_anastasis_reducer_enter_secret.sh 
b/src/cli/test_anastasis_reducer_enter_secret.sh
index 8005f08..a9e19b3 100755
--- a/src/cli/test_anastasis_reducer_enter_secret.sh
+++ b/src/cli/test_anastasis_reducer_enter_secret.sh
@@ -8,6 +8,7 @@ BOLD="$(tput bold)"
 NORM="$(tput sgr0)"
 
 set -eu
+set -x
 
 # Exit, with status code "skip" (no 'real' failure)
 function exit_skip() {
@@ -309,7 +310,7 @@ FEES=`jq -r -e '.upload_fees[0].fee' < $UFILE`
 # 4x 4.99 for annual fees, plus 4x0.01 for truth uploads
 if test "$FEES" != "TESTKUDOS:20"
 then
-    jq -e . $TFILE
+    jq -e . $UFILE
     exit_fail "Expected upload fees to be 'TESTKUDOS:20', got '$FEES'"
 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]