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 }