summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsonmi%netscape.com <devnull@localhost>2001-04-04 00:19:41 +0000
committersonmi%netscape.com <devnull@localhost>2001-04-04 00:19:41 +0000
commitcc260e2e637cead37a08abc7bbe7c990210297fb (patch)
treee23a4ca96809ff6e8813b675c8dfbece161684b8
parent38fecf9bf62644435d416491705e94aac9bc7e60 (diff)
downloadnss-hg-cc260e2e637cead37a08abc7bbe7c990210297fb.tar.gz
greping for more errors, faiulures, fatals...
-rwxr-xr-xsecurity/nss/tests/qa_stat12
1 files changed, 12 insertions, 0 deletions
diff --git a/security/nss/tests/qa_stat b/security/nss/tests/qa_stat
index 301479510..8b5b58f58 100755
--- a/security/nss/tests/qa_stat
+++ b/security/nss/tests/qa_stat
@@ -341,6 +341,18 @@ qa_errorlist()
grep -v '0 cache hits; 1 cache misses, 0 cache not reusable' |
grep -v '0 cache hits; 0 cache misses, 0 cache not reusable' |
grep -v ' cache hits; 1 cache misses, 0 cache not reusable'
+ grep -i error */output.log |
+ grep -vi "write to SSL socket" |
+ grep -vi "HDX PR_Read returned error" |
+ grep -vi "no error" |
+ grep -vi "12285"
+ grep -i failed */output.log |
+ grep -vi "write to SSL socket" |
+ grep -vi "peer cannot verify" |
+ grep -vi "error" |
+ grep -vi "fatal" |
+ grep -vi "TCP connection reset"
+ grep -i fatal */output.log
#grep -v '999 cache hits; 1 cache misses, 0 cache not reusable'
#if [ "$1" = "1" ]
#then