From 52bcbda381924f6671a6e1ec92673dd51c3eefd4 Mon Sep 17 00:00:00 2001 From: SChernykh <15806605+SChernykh@users.noreply.github.com> Date: Mon, 13 Oct 2025 06:46:19 +0200 Subject: [PATCH] CI: updated sync test's error check --- scripts/workflows/test-sync-check.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/workflows/test-sync-check.sh b/scripts/workflows/test-sync-check.sh index 64e0891..abfa9d0 100755 --- a/scripts/workflows/test-sync-check.sh +++ b/scripts/workflows/test-sync-check.sh @@ -1,5 +1,5 @@ #!/bin/bash -grep 'ERROR ' p2pool.log | grep -E -v 'submit_block|failed to bind|ZMQ is not running' > errors.log +grep 'ERROR ' p2pool.log | grep -E -v 'submit_block|failed to bind|ZMQ is not running|block header for seed' > errors.log if [ -s errors.log ]; then cat errors.log