diff options
Diffstat (limited to 'security/nss')
-rwxr-xr-x | security/nss/tests/qa_stat | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/security/nss/tests/qa_stat b/security/nss/tests/qa_stat index 3e89df929..5648de417 100755 --- a/security/nss/tests/qa_stat +++ b/security/nss/tests/qa_stat @@ -62,7 +62,7 @@ echo >$RSH_FILE TMPFILES="$TMPFILES $WARNINGLIST $RSH_FILE " RSH_WAIT_TIME=80 #maximum time allowed for the 2 rsh to finish... #TOTAL_TESTS=106 -TOTAL_TESTS=220 #3.4 +TOTAL_TESTS=244 #3.4 #TOTAL_TESTS=123 #3.3.2 BCT_TOTAL_TESTS=122 #3.2.2 #TOTAL_TESTS=133 #tip @@ -434,9 +434,7 @@ qa_errorlist() sed -e 's/.results.html:<TR><TD>/ /' -e 's/<[^>]*>/ /g' grep 'cache hits; .* cache misses, .* cache not reusable' \ ${MACHINES_TO_CHECK}*/output.log | - grep -v selfserv | - grep -v '0 cache hits; 1 cache misses, 0 cache not reusable' | - grep -v '0 cache hits; 2 cache misses, 0 cache not reusable' | + grep strsclnt | grep -v '0 cache hits; 0 cache misses, 0 cache not reusable' | grep -v ' cache hits; 1 cache misses, 0 cache not reusable' grep -vi "write to SSL socket" ${MACHINES_TO_CHECK}*/output.log | |