From 27d5aa516e6e7f9638b9ca41143d2ede7b8199a2 Mon Sep 17 00:00:00 2001 From: downtownallday Date: Sat, 13 May 2023 13:16:15 -0400 Subject: [PATCH] QA: update message matching for changes in z-push 2.7.0 --- tests/suites/_mail-functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/suites/_mail-functions.sh b/tests/suites/_mail-functions.sh index 980a8e98..934227e3 100644 --- a/tests/suites/_mail-functions.sh +++ b/tests/suites/_mail-functions.sh @@ -288,7 +288,7 @@ detect_zpush_log_error() { let ignored=0 while read line; do awk ' -/\[FATAL\]/ && /Unable to read filename .\/var\/lib\/z-push\/users. after 3 retries/ { exit 2 } +/\[FATAL\]/ && /Unable to read filename .\/var\/lib\/z-push\/users. after 3 attempts/ { exit 2 } /\[FATAL\]/ { exit 1 } /\[WARN\]/ { exit 2 } ' \