From 7fdb66d46e37bb43e37cb56fad6958111b93b32e Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Sat, 30 Jun 2018 04:30:58 -0400 Subject: [PATCH] Fix cryptest-cmake message --- TestScripts/cryptest-cmake.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TestScripts/cryptest-cmake.sh b/TestScripts/cryptest-cmake.sh index 99f20767..91f134c4 100755 --- a/TestScripts/cryptest-cmake.sh +++ b/TestScripts/cryptest-cmake.sh @@ -27,7 +27,7 @@ mkdir -p "$PWD_DIR/build" cd "$PWD_DIR/build" if ! cmake ../; then - echo "autoreconf failed" + echo "cmake failed" [[ "$0" = "${BASH_SOURCE[0]}" ]] && exit 1 || return 1 fi