Adding egrep hook; better iteration for whitespace; improving local tests
This commit is contained in:
@@ -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.
|
||||
|
Reference in New Issue
Block a user