summaryrefslogtreecommitdiff
path: root/src/auditor/test-auditor.sh
diff options
context:
space:
mode:
authorChristian Grothoff <grothoff@gnunet.org>2022-03-30 12:00:20 +0200
committerChristian Grothoff <grothoff@gnunet.org>2022-03-30 12:00:20 +0200
commiteadee56dcf9d2fed8b8e94d271db31e3c3832cfa (patch)
treeead518a98fe73f877539c3d6bec7c68cce8d7a61 /src/auditor/test-auditor.sh
parent6040c9ff0f52b6db2bf550ecc1abeed49dd0626c (diff)
downloadexchange-eadee56dcf9d2fed8b8e94d271db31e3c3832cfa.tar.gz
exchange-eadee56dcf9d2fed8b8e94d271db31e3c3832cfa.tar.bz2
exchange-eadee56dcf9d2fed8b8e94d271db31e3c3832cfa.zip
-remove row check, not stable enough to assert on
Diffstat (limited to 'src/auditor/test-auditor.sh')
-rwxr-xr-xsrc/auditor/test-auditor.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/auditor/test-auditor.sh b/src/auditor/test-auditor.sh
index 78407f7a4..0d5dbc884 100755
--- a/src/auditor/test-auditor.sh
+++ b/src/auditor/test-auditor.sh
@@ -1595,12 +1595,6 @@ then
run_audit aggregator
echo -n "Testing inconsistency detection... "
- ROW=`jq -e .bad_sig_losses[0].row < test-audit-aggregation.json`
- if test $ROW != "1"
- then
- exit_fail "Row wrong, got $ROW"
- fi
-
LOSS=`jq -r .bad_sig_losses[0].loss < test-audit-aggregation.json`
if test $LOSS == "TESTKUDOS:0"
then