summaryrefslogtreecommitdiff
path: root/TestScripts
diff options
context:
space:
mode:
Diffstat (limited to 'TestScripts')
-rwxr-xr-xTestScripts/cryptest-android.sh3
-rwxr-xr-xTestScripts/cryptest-ios.sh3
2 files changed, 4 insertions, 2 deletions
diff --git a/TestScripts/cryptest-android.sh b/TestScripts/cryptest-android.sh
index 08da9730..b7440f51 100755
--- a/TestScripts/cryptest-android.sh
+++ b/TestScripts/cryptest-android.sh
@@ -12,7 +12,8 @@
set +e
if [ -z $(command -v ./setenv-android-gcc.sh) ]; then
- echo "Pailed to locate setenv-android-gcc.sh"
+ echo "Failed to locate setenv-android-gcc.sh"
+ ls -Al *.sh
[[ "$0" = "${BASH_SOURCE[0]}" ]] && exit 1 || return 1
fi
diff --git a/TestScripts/cryptest-ios.sh b/TestScripts/cryptest-ios.sh
index fde0a87e..48e0f82b 100755
--- a/TestScripts/cryptest-ios.sh
+++ b/TestScripts/cryptest-ios.sh
@@ -11,7 +11,8 @@
# ====================================================================
if [ -z $(command -v ./setenv-ios.sh) ]; then
- echo "Pailed to locate setenv-ios.sh"
+ echo "Failed to locate setenv-ios.sh"
+ ls -Al *.sh
[[ "$0" = "${BASH_SOURCE[0]}" ]] && exit 1 || return 1
fi