[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-exchange] branch master updated: fix misc. auditor issues
From: |
gnunet |
Subject: |
[taler-exchange] branch master updated: fix misc. auditor issues |
Date: |
Sun, 25 Aug 2024 13:10:11 +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 f74a3a754 fix misc. auditor issues
f74a3a754 is described below
commit f74a3a754151dfdb7c207d7af0b2354cf18f682b
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sun Aug 25 13:10:08 2024 +0200
fix misc. auditor issues
---
src/auditor/test-auditor.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/auditor/test-auditor.sh b/src/auditor/test-auditor.sh
index 2b42e0298..17b62653f 100755
--- a/src/auditor/test-auditor.sh
+++ b/src/auditor/test-auditor.sh
@@ -1799,7 +1799,7 @@ function test_23() {
echo -n "Testing inconsistency detection... "
call_endpoint "wire-out-inconsistency"
- jq -e .wire_out_inconsistency[0] <
${MY_TMP_DIR}/test-audit-aggregation.out > /dev/null || exit_fail "Wire out
inconsistency not detected"
+ jq -e .wire_out_inconsistency[0] <
${MY_TMP_DIR}/wire-out-inconsistency.json > /dev/null || exit_fail "Wire out
inconsistency not detected"
ROW=$(jq .wire_out_inconsistency[0].rowid <
${MY_TMP_DIR}/test-audit-aggregation.out)
if [ "$ROW" != 1 ]
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.