mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-23 00:25:39 +01:00
Rename Python scripts to use '_' and not '-'
You can't import a Python script whose name includes '-'. Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
parent
e0f13347fd
commit
00de80378c
@ -665,8 +665,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 () {
|
||||
|
Loading…
Reference in New Issue
Block a user