Skip to content

Commit

Permalink
Check that evidence command saw the evidence in the block
Browse files Browse the repository at this point in the history
  • Loading branch information
romac committed Sep 14, 2023
1 parent ebc8d5d commit 2827ab1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions ci/misbehaviour-ics/misbehaviour_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -482,3 +482,11 @@ else
fi

sleep 10

if grep -q "found light client attack evidence" ${HOME_DIR}/hermes-evidence-logs.txt; then
diag "Evidence found, success!"
else
diag "Evidence not found, aborting."
exit 1
fi

0 comments on commit 2827ab1

Please sign in to comment.