gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: -fix unbound varibale


From: gnunet
Subject: [taler-exchange] branch master updated: -fix unbound varibale
Date: Mon, 27 Sep 2021 11:14:32 +0200

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

grothoff pushed a commit to branch master
in repository exchange.

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

commit 4cff3c1a5ce54b96aea4be82733fed371b2cd27e
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Mon Sep 27 11:14:29 2021 +0200

    -fix unbound varibale
---
 src/auditor/test-revocation.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/auditor/test-revocation.sh b/src/auditor/test-revocation.sh
index ad62b518..45af6970 100755
--- a/src/auditor/test-revocation.sh
+++ b/src/auditor/test-revocation.sh
@@ -314,7 +314,7 @@ echo -n "Check for lag detection... "
 # taler-helper-auditor-wire.c)
 if [ $DATABASE_AGE -gt 3600 ]
 then
-    jq -e .lag_details[0] < test-audit-wire.json > /dev/null || exit_fail "Lag 
not detected in run without aggregator at age $DELTA"
+    jq -e .lag_details[0] < test-audit-wire.json > /dev/null || exit_fail "Lag 
not detected in run without aggregator at age $DATABASE_AGE"
 
     LAG=`jq -r .total_amount_lag < test-audit-wire.json`
     if test $LAG = "TESTKUDOS:0"

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