mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-06 17:35:19 +00:00
feat: print the faulty rule as an error into cmdline
This commit is contained in:
parent
096395a49a
commit
5947dddcd2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user