Exclude wmem_test.c from pre-commit

This commit is contained in:
João Valverde 2021-12-18 13:00:33 +00:00 committed by Wireshark GitLab Utility
parent f837dae4c4
commit e0dba4854b
1 changed files with 4 additions and 0 deletions

View File

@ -92,6 +92,10 @@ for FILE in $CHECK_FILES; do
then
continue
fi
if test "$FILE_BASENAME" = "wmem_test.c"
then
continue
fi
#Check if checkhf is good
./tools/checkhf.pl "$FILE" || exit_status=1