diff --git a/bin/tests/system/stop.sh b/bin/tests/system/stop.sh index 63c72a3097..87c6cf6cbc 100644 --- a/bin/tests/system/stop.sh +++ b/bin/tests/system/stop.sh @@ -15,7 +15,7 @@ # ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS # SOFTWARE. -# $Id: stop.sh,v 1.9 2000/07/05 18:48:56 bwelling Exp $ +# $Id: stop.sh,v 1.10 2000/07/05 23:28:07 bwelling Exp $ # # Stop name servers. @@ -49,6 +49,7 @@ for d in ns* do pidfile="$d/named.pid" if [ -f $pidfile ]; then + echo "I: $d didn't die when sent a SIGTERM" status=`expr $status + 1` kill -KILL `cat $pidfile` fi @@ -58,6 +59,7 @@ for d in lwresd* do pidfile="$d/lwresd.pid" if [ -f $pidfile ]; then + echo "I: $d didn't die when sent a SIGTERM" status=`expr $status + 1` kill -KILL `cat $pidfile` fi