From b61da7acfedc18f8d18de6dcfd66c23be76a8a7b Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Tue, 28 May 2019 06:36:01 -0400 Subject: [PATCH] Update cryptest-autotools script --- TestScripts/cryptest-autotools.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TestScripts/cryptest-autotools.sh b/TestScripts/cryptest-autotools.sh index a9914e98..632cbee0 100755 --- a/TestScripts/cryptest-autotools.sh +++ b/TestScripts/cryptest-autotools.sh @@ -96,8 +96,8 @@ fi echo "Running libtoolize" if ! "$LIBTOOLIZE" --force --install &>/dev/null; then - echo "libtoolize failed." - [[ "$0" = "${BASH_SOURCE[0]}" ]] && exit 1 || return 1 + echo "libtoolize failed... skipping." + # [[ "$0" = "${BASH_SOURCE[0]}" ]] && exit 1 || return 1 fi # Run autoreconf twice on failure. Also see