From 4a4b9b14e4f14cce62c0054dd38a312d4007ebac Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Mon, 7 Nov 2016 09:56:24 -0500 Subject: [PATCH] Add additional error chcking --- TestScripts/cryptest-symbols.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TestScripts/cryptest-symbols.sh b/TestScripts/cryptest-symbols.sh index e50cd39a..7a345511 100755 --- a/TestScripts/cryptest-symbols.sh +++ b/TestScripts/cryptest-symbols.sh @@ -303,7 +303,7 @@ echo "$MAKE" "${MAKEARGS[@]}" -f GNUmakefile-symbols dynamic -if [[ ! -f "cryptest.exe" ]]; then +if [[ ! -f "$LIBNAME" ]]; then echo "Failed to make $NEW_VERSION_TAG library" [[ "$0" = "$BASH_SOURCE" ]] && exit 1 || return 1 fi