Adding egrep hook; better iteration for whitespace; improving local tests

This commit is contained in:
2023-01-25 22:31:55 -06:00
parent 133f231726
commit 16c864e161
7 changed files with 24 additions and 14 deletions

View File

@@ -9,6 +9,7 @@
# Run all our checking scripts.
for script in $(find `dirname "$0"`/scripts.d -type f); do
echo "Running ${script}"
"$script"
if [ $? -ne 0 ]; then
echo "$script" failed checks.