1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-11-05 08:10:38 +03: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:
Gilles Peskine
2020-06-25 14:18:34 +02:00
parent abc460236f
commit ee69477890
2 changed files with 2 additions and 2 deletions

View File

@@ -664,8 +664,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 () {