update exclusion list
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# Filter out expected/transient errors during CI sync test
|
# Filter out expected/transient errors during CI sync test
|
||||||
grep 'ERROR ' p2pool.log | grep -E -v 'submit_block|failed to bind|ZMQ is not running|block header for seed|no connections to other p2pool nodes|m_transactionHashes is empty|calc_miner_tx_hash fast path' > errors.log
|
grep 'ERROR ' p2pool.log | grep -E -v 'submit_block|failed to bind|ZMQ is not running|ZMQReader disconnected|block header for seed|no connections to other p2pool nodes|m_transactionHashes is empty|calc_miner_tx_hash fast path' > errors.log
|
||||||
|
|
||||||
if [ -s errors.log ]; then
|
if [ -s errors.log ]; then
|
||||||
cat errors.log
|
cat errors.log
|
||||||
|
|||||||
Reference in New Issue
Block a user