From 7b4692596e2d2eb3542edbdf156d5e4fe68b5a4d Mon Sep 17 00:00:00 2001 From: Nate <37554478+servusdei2018@users.noreply.github.com> Date: Sun, 8 Aug 2021 00:36:06 -0400 Subject: nit(tests/unicode_lint.sh): standardize failure format message --- tests/unicode_lint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unicode_lint.sh b/tests/unicode_lint.sh index 08f8381..969fcc5 100644 --- a/tests/unicode_lint.sh +++ b/tests/unicode_lint.sh @@ -9,7 +9,7 @@ pass=true # Scan ./lib/ for Unicode in source (*.c, *.h) files result=$( - find ./lib/ -regex '.*\.\(c\|h\)$' -exec grep -P -n "[^\x00-\x7F]" {} \; -exec echo "FAIL: {}" \; + find ./lib/ -regex '.*\.\(c\|h\)$' -exec grep -P -n "[^\x00-\x7F]" {} \; -exec echo "{}: FAIL" \; ) if [[ $result ]]; then echo "$result" -- cgit v0.12