From 306c88c8571596f47fb3479a200653c6d1b65e48 Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Fri, 26 May 2017 04:03:38 -0400 Subject: [PATCH] Updated test script --- TestScripts/cryptest.sh | 2 +- cryptest.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/TestScripts/cryptest.sh b/TestScripts/cryptest.sh index 26549f01..4801641e 100755 --- a/TestScripts/cryptest.sh +++ b/TestScripts/cryptest.sh @@ -5566,7 +5566,7 @@ if (( "$ECOUNT" == "0" )); then else echo "$ECOUNT errors detected. See $TEST_RESULTS for details" | tee -a "$TEST_RESULTS" if (( "$ECOUNT" < 16 )); then - "$EGREP" -n '(Error|ERROR|error|FAILED|Illegal|Conditional|CryptoPP::Exception)' "$TEST_RESULTS" | "$EGREP" -v '( 0 errors|suppressed errors|error detector)' + "$EGREP" -n '(Error|ERROR|error|FAILED|Illegal|Conditional|CryptoPP::Exception)' "$TEST_RESULTS" | "$EGREP" -v '( 0 errors|suppressed errors|error detector|Assertion|format-security)' fi fi diff --git a/cryptest.sh b/cryptest.sh index 26549f01..4801641e 100755 --- a/cryptest.sh +++ b/cryptest.sh @@ -5566,7 +5566,7 @@ if (( "$ECOUNT" == "0" )); then else echo "$ECOUNT errors detected. See $TEST_RESULTS for details" | tee -a "$TEST_RESULTS" if (( "$ECOUNT" < 16 )); then - "$EGREP" -n '(Error|ERROR|error|FAILED|Illegal|Conditional|CryptoPP::Exception)' "$TEST_RESULTS" | "$EGREP" -v '( 0 errors|suppressed errors|error detector)' + "$EGREP" -n '(Error|ERROR|error|FAILED|Illegal|Conditional|CryptoPP::Exception)' "$TEST_RESULTS" | "$EGREP" -v '( 0 errors|suppressed errors|error detector|Assertion|format-security)' fi fi