feat: print the faulty rule as an error into cmdline

This commit is contained in:
Florian Roth 2021-07-30 08:24:06 +02:00
parent 096395a49a
commit 5947dddcd2
No known key found for this signature in database
GPG Key ID: EF61A15FE5F33AB0

View File

@ -7,6 +7,7 @@ do
echo -n .
if ! $COVERAGE run -a --include=tools/* tools/merge_sigma $f > /dev/null
then
echo "[ERROR] Error in file $f"
exit 1
fi
done