mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-01-12 00:45:44 +00:00
Merge pull request #3476 from gilles-peskine-arm/rename-check_files-2.7
Backport 2.7: Rename Python scripts to use '_' and not '-'
This commit is contained in:
commit
22b265b9f2
|
@ -665,8 +665,8 @@ component_check_doxy_blocks () {
|
||||||
}
|
}
|
||||||
|
|
||||||
component_check_files () {
|
component_check_files () {
|
||||||
msg "test: check-files.py" # < 1s
|
msg "Check: file sanity checks (permissions, encodings)" # < 1s
|
||||||
record_status tests/scripts/check-files.py
|
record_status tests/scripts/check_files.py
|
||||||
}
|
}
|
||||||
|
|
||||||
component_check_changelog () {
|
component_check_changelog () {
|
||||||
|
|
Loading…
Reference in a new issue