help debug why errors aren't reported
All checks were successful
/ checks (pull_request) Successful in 38s

This commit is contained in:
Jacob Lifshay 2026-03-16 22:24:21 -07:00
parent a284823308
commit 46872eabb8
Signed by: programmerjake
SSH key fingerprint: SHA256:HnFTLGpSm4Q4Fj502oCFisjZSoakwEuTsJJMSke63RQ

View file

@ -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