From c69074dcf6415e0fa07c9f13302efb298a45d093 Mon Sep 17 00:00:00 2001 From: David Horstmann Date: Tue, 29 Aug 2023 13:46:11 +0100 Subject: [PATCH] Tidy up reference to Mbed TLS in help message Signed-off-by: David Horstmann --- 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 b9ff1fb56..0abbcf5c6 100755 --- a/tests/scripts/all.sh +++ b/tests/scripts/all.sh @@ -133,7 +133,7 @@ in_psa_crypto_repo () { pre_check_environment () { if in_mbedtls_repo || in_psa_crypto_repo; then :; else - echo "Must be run from Mbed TLS root" >&2 + echo "Must be run from Mbed TLS / psa-crypto root" >&2 exit 1 fi }