From c5ae2afe820b00fdf7974980bf205ebf84780e3a Mon Sep 17 00:00:00 2001 From: Ranabir Chakraborty Date: Mon, 19 Aug 2024 22:37:57 +0530 Subject: [PATCH] edit --- check_logging.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/check_logging.sh b/check_logging.sh index ecb07317dfa1..69d5f01c05de 100644 --- a/check_logging.sh +++ b/check_logging.sh @@ -35,7 +35,7 @@ while IFS= read -r line; do if [[ "$line" =~ ^\+[^+] ]]; then # Ignore lines in the test directories - if [[ "$CURRENT_FILE" != *"src/test/"* && "$CURRENT_FILE" != *"testsuite/"* && "$CURRENT_FILE" != *"check_logging.sh"* ]]; then + if [[ "$CURRENT_FILE" != *"src/test/"* && "$CURRENT_FILE" != *"testsuite/"* ]]; then # Check for any of the patterns, ensuring "//" doesn't precede them for pattern in "${PATTERNS[@]}"; do if [[ "$line" == *"$pattern"* ]]; then