commit | c69074dcf6415e0fa07c9f13302efb298a45d093 | [log] [tgz] |
---|---|---|
author | David Horstmann <david.horstmann@arm.com> | Tue Aug 29 13:46:11 2023 +0100 |
committer | David Horstmann <david.horstmann@arm.com> | Tue Aug 29 13:46:11 2023 +0100 |
tree | c68a89cfd6d2b95059e113640c65fc08757dd874 | |
parent | 2ba89bece60aed72a1409fe59d1585367bcb4424 [diff] |
Tidy up reference to Mbed TLS in help message Signed-off-by: David Horstmann <david.horstmann@arm.com>
diff --git a/tests/scripts/all.sh b/tests/scripts/all.sh index b9ff1fb..0abbcf5 100755 --- a/tests/scripts/all.sh +++ b/tests/scripts/all.sh
@@ -133,7 +133,7 @@ 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 }