From 46872eabb86b781ea1cbc8bac1a3c75d21484a73 Mon Sep 17 00:00:00 2001 From: Jacob Lifshay Date: Mon, 16 Mar 2026 22:24:21 -0700 Subject: [PATCH] help debug why errors aren't reported --- scripts/check-consistency.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/check-consistency.sh b/scripts/check-consistency.sh index b1f01f2..953f85d 100755 --- a/scripts/check-consistency.sh +++ b/scripts/check-consistency.sh @@ -294,5 +294,8 @@ for nlnet_dir in nlnet-*/; do esac done done +if (($any_errors)); then + echo "errors running check-consistency.sh" >&2 +fi exit $any_errors