From dc3a179995f0ae32c944c1d913e4b25f176dd72b Mon Sep 17 00:00:00 2001 From: Gilles Peskine Date: Tue, 3 Sep 2019 11:42:04 +0200 Subject: [PATCH] Fix copypasta in msg --- tests/scripts/all.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/scripts/all.sh b/tests/scripts/all.sh index 7a8719e789..2c67778ef4 100755 --- a/tests/scripts/all.sh +++ b/tests/scripts/all.sh @@ -822,7 +822,7 @@ component_build_default_make_gcc_and_cxx () { component_test_no_use_psa_crypto_full_cmake_asan() { # full minus MBEDTLS_USE_PSA_CRYPTO: run the same set of tests as basic-build-test.sh - msg "build: cmake, full config + MBEDTLS_USE_PSA_CRYPTO, ASan" + msg "build: cmake, full config minus MBEDTLS_USE_PSA_CRYPTO, ASan" scripts/config.pl full scripts/config.pl unset MBEDTLS_MEMORY_BUFFER_ALLOC_C # slow and makes ASan mostly ineffective scripts/config.pl set MBEDTLS_ECP_RESTARTABLE # not using PSA, so enable restartable ECC