ignore errors about slow file operations, which can occur when running valgrind tests

This commit is contained in:
Joshua Marantz
2015-07-31 16:57:20 -04:00
parent 4bef2af22c
commit 8bac32c669
+2
View File
@@ -1279,6 +1279,8 @@ OUT=$(cat "$ERROR_LOG" \
| grep -v "\\[error\\].*Could not create directories*" \
| grep -v "\\[error\\].*opening temp file: No such file or directory.*" \
| grep -v "\\[error\\].*remote\.cfg.*" \
| grep -v "\\[error\\].*Slow read operation on file.*" \
| grep -v "\\[error\\].*Slow write operation on file.*" \
| grep -v "\\[warn\\].*remote\.cfg.*" \
| grep -v "\\[warn\\].*end token not received.*" \
| grep -v "\\[warn\\].*failed to hook next event.*" \