From 2b4526e20d549caadc2fc4bec2da68a5b5b54f9e Mon Sep 17 00:00:00 2001 From: hezko Date: Thu, 10 Oct 2024 14:55:39 +0300 Subject: [PATCH] improve log --- tests/ha/blocklist.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ha/blocklist.sh b/tests/ha/blocklist.sh index f9a15059..94dcc231 100644 --- a/tests/ha/blocklist.sh +++ b/tests/ha/blocklist.sh @@ -29,5 +29,5 @@ if echo "$BLOCKLIST" | grep -qv "$NODE_IP"; then echo "found at least 1 entry in blocklist which is not related to gw1 in the stopped gw1. failing" exit 1 else - echo "didn't find entries unrelaetd to gw1." + echo "didn't find unexpected entries which are not relaetd to gw1." fi