From 83511a62d86fbe9ccee461753b2f259a937a178c Mon Sep 17 00:00:00 2001 From: deadc0de6 Date: Thu, 4 May 2023 21:11:09 +0200 Subject: [PATCH] logging --- tests-ng/update-negative-ignore-all-but.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests-ng/update-negative-ignore-all-but.sh b/tests-ng/update-negative-ignore-all-but.sh index d252126..7c9098a 100755 --- a/tests-ng/update-negative-ignore-all-but.sh +++ b/tests-ng/update-negative-ignore-all-but.sh @@ -28,7 +28,7 @@ echo -e "$(tput setaf 6)==> RUNNING $(basename "${BASH_SOURCE[0]}") <==$(tput sg # $2 path grep_or_fail() { - grep "${1}" "${2}" >/dev/null 2>&1 || (echo "pattern not found in ${2}" && exit 1) + grep "${1}" "${2}" >/dev/null 2>&1 || (echo "pattern \"${1}\" not found in ${2}" && exit 1) } # dotdrop directory