CI: updated sync test's error check
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
grep 'ERROR ' p2pool.log | grep -E -v 'submit_block|failed to bind' > errors.log
|
grep 'ERROR ' p2pool.log | grep -E -v 'submit_block|failed to bind|ZMQ is not running' > errors.log
|
||||||
|
|
||||||
if [ -s errors.log ]; then
|
if [ -s errors.log ]; then
|
||||||
|
cat errors.log
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user