Skip to content

Commit

Permalink
Refactor scripts to use config.py instead of config.pl
Browse files Browse the repository at this point in the history
This commit refactors scripts to use config.py which replaces config.pl.

Signed-off-by: Harry Ramsey <harry.ramsey@arm.com>
  • Loading branch information
Harry-Ramsey committed Dec 2, 2024
1 parent c6d2e4e commit fe81cfe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/scripts/components-configuration-x509.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fe81cfe

Please sign in to comment.