added -q to the stressclient, so the test will terminate with an error if

the selfsrv process disappears
This commit is contained in:
sonmi%netscape.com 2001-05-11 00:02:06 +00:00
parent 2e5f05db5a
commit adc43e9eae

View File

@ -258,10 +258,10 @@ ssl_stress()
cparam=`echo $cparam | sed -e 's;_; ;g'`
start_selfserv
echo "strsclnt -p ${PORT} -d . -w nss $cparam $verbose \\"
echo "strsclnt -q -p ${PORT} -d . -w nss $cparam $verbose \\"
echo " ${HOSTADDR}"
echo "strsclnt started at `date`"
strsclnt -p ${PORT} -d . -w nss $cparam $verbose ${HOSTADDR}
strsclnt -q -p ${PORT} -d . -w nss $cparam $verbose ${HOSTADDR}
ret=$?
echo "strsclnt completed at `date`"