fix test-auditor.sh check for no emergencies

This commit is contained in:
Christian Grothoff 2019-08-23 13:26:51 +02:00
parent aba79636ab
commit 6e6d6013be
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC
3 changed files with 720 additions and 691 deletions

View File

@ -23,7 +23,7 @@ taler-auditor -c test-auditor.conf -m $MASTER_PUB > test-audit.json
fail=0
# if an emergency was detected, that is a bug and we should fail
echo -n "Test for emergencies... "
jq -e .emergencies < test-audit.json > /dev/null && (echo Failed; fail=1) || echo OK
jq -e .emergencies[0] < test-audit.json > /dev/null && (echo Failed; fail=1) || echo OK
# TODO: Add more checks to ensure test-audit.json matches expectations

View File

@ -1 +1 @@
BJ7PW65K5TJ9R8S3TEKZ5C2EG8V5EVFQ2MTH68BNQ4DM0837TXY0
QW2M39YPJ2P9MAGBVCF5BWJ0GTW41344DRTW7GA63732QQB2D0SG

File diff suppressed because it is too large Load Diff