fixed a stresstest failures were not recognized by this script

This commit is contained in:
sonmi%netscape.com 2001-04-10 18:39:14 +00:00
Родитель 2ad2b9adcf
Коммит eeaea4c91d
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -262,9 +262,10 @@ ssl_stress()
echo " ${HOSTADDR}"
echo "strsclnt started at `date`"
strsclnt -p ${PORT} -d . -w nss $cparam $verbose ${HOSTADDR}
ret=$?
echo "strsclnt completed at `date`"
html_msg $? $value "${testname}"
html_msg $ret $value "${testname}"
kill_selfserv
fi
done