Fix script so it exits

This commit is contained in:
Quanah Gibson-Mount 2017-10-05 09:23:02 -07:00
parent ae2a2a794b
commit 78626aeb4a

View File

@ -202,10 +202,12 @@ changetype: modify
replace: sn
sn: Fudd
EOMODS
sleep 1
n=`expr $n + 1`
done
test $KILLSERVERS != no && kill -HUP $KILLPIDS
echo ">>>>> Test succeeded"
test $KILLSERVERS != no && wait