fix test-auditor.sh check for no emergencies
This commit is contained in:
parent
aba79636ab
commit
6e6d6013be
@ -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
|
||||
|
||||
|
@ -1 +1 @@
|
||||
BJ7PW65K5TJ9R8S3TEKZ5C2EG8V5EVFQ2MTH68BNQ4DM0837TXY0
|
||||
QW2M39YPJ2P9MAGBVCF5BWJ0GTW41344DRTW7GA63732QQB2D0SG
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user