From 0085c2e486bb824631ad748752dd9ea04deb3ba2 Mon Sep 17 00:00:00 2001 From: Valerio Setti Date: Wed, 28 Jun 2023 10:17:44 +0200 Subject: [PATCH] test: fix message's text Signed-off-by: Valerio Setti --- tests/scripts/all.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/scripts/all.sh b/tests/scripts/all.sh index bad6bfffb5..1e88cef6fe 100755 --- a/tests/scripts/all.sh +++ b/tests/scripts/all.sh @@ -2519,10 +2519,10 @@ component_test_psa_crypto_config_reference_ecc_no_ecp_at_all () { make - msg "test: crypto_full + non accelerated EC algs + USE_PSA" + msg "test: full + non accelerated EC algs + USE_PSA" make test - msg "ssl-opt: crypto_full + non accelerated EC algs + USE_PSA" + msg "ssl-opt: full + non accelerated EC algs + USE_PSA" tests/ssl-opt.sh }