diff --git a/TestScripts/cryptest-autotools.sh b/TestScripts/cryptest-autotools.sh index 1c578d30..0c65e050 100755 --- a/TestScripts/cryptest-autotools.sh +++ b/TestScripts/cryptest-autotools.sh @@ -94,7 +94,7 @@ if ! ./cryptestcwd v; then fi if ! ./cryptestcwd tv all; then - echo "cryptestcwd v failed" + echo "cryptestcwd tv all failed" [[ "$0" = "${BASH_SOURCE[0]}" ]] && exit 1 || return 1 fi