CI: updated sync test's error check

This commit is contained in:
SChernykh
2025-10-13 06:46:19 +02:00
parent c490fe556a
commit 52bcbda381

View File

@@ -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