From 062289c6578c75f04744cd69d96a883d44ae55f4 Mon Sep 17 00:00:00 2001 From: Yuto Takano Date: Thu, 5 Aug 2021 20:19:57 +0100 Subject: [PATCH] Invoke config.py instead of pl: Python port of 5d46f6a89b25603f0a77466c618213200c328510 Signed-off-by: Yuto Takano --- tests/scripts/check-names.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/scripts/check-names.py b/tests/scripts/check-names.py index f480a830e7..2bb1b02010 100755 --- a/tests/scripts/check-names.py +++ b/tests/scripts/check-names.py @@ -301,7 +301,7 @@ class NameCheck(object): "include/mbedtls/mbedtls_config.h.bak") try: subprocess.run( - ["perl", "scripts/config.pl", "full"], + ["perl", "scripts/config.py", "full"], encoding=sys.stdout.encoding, check=True )