diff --git a/tests/scripts/all.sh b/tests/scripts/all.sh index c3ec896eb..d831d344c 100755 --- a/tests/scripts/all.sh +++ b/tests/scripts/all.sh @@ -664,8 +664,8 @@ component_check_doxy_blocks () { } component_check_files () { - msg "test: check-files.py" # < 1s - record_status tests/scripts/check-files.py + msg "Check: file sanity checks (permissions, encodings)" # < 1s + record_status tests/scripts/check_files.py } component_check_changelog () { diff --git a/tests/scripts/check-files.py b/tests/scripts/check_files.py similarity index 100% rename from tests/scripts/check-files.py rename to tests/scripts/check_files.py