diff --git a/setup/so-verify b/setup/so-verify index 6f47940ac..b4c79a88c 100755 --- a/setup/so-verify +++ b/setup/so-verify @@ -66,7 +66,8 @@ log_has_errors() { grep -vE "response from daemon: unauthorized" | \ grep -vE "Reading first line of patchfile" | \ grep -vE "Command failed with exit code" | \ - grep -vE "Running scope as unit" &> "$error_log" + grep -vE "Running scope as unit" | \ + grep -vE "log-.*-pipeline_failed_attempts" &> "$error_log" if [[ $? -eq 0 ]]; then # This function succeeds (returns 0) if errors are detected