From fe81cfeac3ca6f1fab73d6308fb35d4346021164 Mon Sep 17 00:00:00 2001 From: Harry Ramsey Date: Mon, 7 Oct 2024 10:10:12 +0100 Subject: [PATCH] Refactor scripts to use config.py instead of config.pl This commit refactors scripts to use config.py which replaces config.pl. Signed-off-by: Harry Ramsey --- tests/scripts/components-configuration-x509.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/scripts/components-configuration-x509.sh b/tests/scripts/components-configuration-x509.sh index e8ef283fc2..800d98ed69 100644 --- a/tests/scripts/components-configuration-x509.sh +++ b/tests/scripts/components-configuration-x509.sh @@ -11,9 +11,9 @@ component_test_no_x509_info () { msg "build: full + MBEDTLS_X509_REMOVE_INFO" # ~ 10s - scripts/config.pl full - scripts/config.pl unset MBEDTLS_MEMORY_BACKTRACE # too slow for tests - scripts/config.pl set MBEDTLS_X509_REMOVE_INFO + scripts/config.py full + scripts/config.py unset MBEDTLS_MEMORY_BACKTRACE # too slow for tests + scripts/config.py set MBEDTLS_X509_REMOVE_INFO make CFLAGS='-Werror -O2' msg "test: full + MBEDTLS_X509_REMOVE_INFO" # ~ 10s