From: Quanah Gibson-Mount Date: Thu, 5 Oct 2017 16:23:02 +0000 (-0700) Subject: Fix script so it exits X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=78626aeb4a6cee4bc8f441660918c64581eedea6;p=openldap Fix script so it exits --- diff --git a/tests/data/regressions/its8752/its8752 b/tests/data/regressions/its8752/its8752 index 30a51846bf..e978e0f14d 100755 --- a/tests/data/regressions/its8752/its8752 +++ b/tests/data/regressions/its8752/its8752 @@ -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